FreeSWITCH API Documentation
1.7.0
|
#include <switch_json.h>
Data Fields | |
struct cJSON * | next |
struct cJSON * | prev |
struct cJSON * | child |
int | type |
char * | valuestring |
int | valueint |
double | valuedouble |
char * | string |
Definition at line 43 of file switch_json.h.
struct cJSON* cJSON::child |
Definition at line 45 of file switch_json.h.
Referenced by cJSON_AddItemToArray(), cJSON_DetachItemFromArray(), cJSON_DetachItemFromObject(), cJSON_Duplicate(), cJSON_GetArrayItem(), cJSON_GetArraySize(), cJSON_GetObjectItem(), cJSON_ReplaceItemInArray(), cJSON_ReplaceItemInObject(), parse_array(), parse_object(), print_array(), print_object(), and switch_event_create_json().
struct cJSON* cJSON::next |
Definition at line 44 of file switch_json.h.
Referenced by cJSON_AddItemToArray(), cJSON_Delete(), cJSON_DetachItemFromArray(), cJSON_DetachItemFromObject(), cJSON_Duplicate(), cJSON_GetArrayItem(), cJSON_GetArraySize(), cJSON_GetObjectItem(), cJSON_ReplaceItemInArray(), cJSON_ReplaceItemInObject(), create_reference(), parse_array(), parse_object(), print_array(), print_object(), suffix_object(), and switch_event_create_json().
struct cJSON * cJSON::prev |
Definition at line 44 of file switch_json.h.
Referenced by cJSON_DetachItemFromArray(), cJSON_Duplicate(), cJSON_ReplaceItemInArray(), create_reference(), parse_array(), parse_object(), and suffix_object().
char* cJSON::string |
Definition at line 53 of file switch_json.h.
Referenced by cJSON_DetachItemFromObject(), cJSON_Duplicate(), cJSON_GetObjectItem(), cJSON_ReplaceItemInObject(), create_reference(), parse_object(), and switch_event_create_json().
int cJSON::type |
Definition at line 47 of file switch_json.h.
Referenced by cJSON_CreateArray(), cJSON_CreateBool(), cJSON_CreateFalse(), cJSON_CreateNull(), cJSON_CreateNumber(), cJSON_CreateObject(), cJSON_CreateString(), cJSON_CreateStringPrintf(), cJSON_CreateTrue(), cJSON_Duplicate(), cJSON_GetObjectCstr(), create_reference(), parse_array(), parse_number(), parse_object(), parse_string(), parse_value(), print_value(), and switch_event_create_json().
double cJSON::valuedouble |
Definition at line 51 of file switch_json.h.
Referenced by cJSON_CreateNumber(), cJSON_Duplicate(), parse_number(), and print_number().
int cJSON::valueint |
Definition at line 50 of file switch_json.h.
Referenced by cJSON_CreateNumber(), cJSON_Duplicate(), parse_number(), parse_value(), and print_number().
char* cJSON::valuestring |
Definition at line 49 of file switch_json.h.
Referenced by cJSON_CreateString(), cJSON_CreateStringPrintf(), cJSON_Duplicate(), cJSON_GetObjectCstr(), parse_object(), parse_string(), print_string(), and switch_event_create_json().