RTS API Documentation
1.10.11
|
Go to the source code of this file.
Functions | |
cJSON * | cJSON_CreateStringPrintf (const char *fmt,...) |
const char * | cJSON_GetObjectCstr (const cJSON *object, const char *string) |
static cJSON * | json_add_child_obj (cJSON *json, const char *name, cJSON *obj) |
static cJSON * | json_add_child_array (cJSON *json, const char *name) |
static cJSON * | json_add_child_string (cJSON *json, const char *name, const char *val) |
static int | cJSON_isTrue (cJSON *json) |
cJSON* cJSON_CreateStringPrintf | ( | const char * | fmt, |
... | |||
) |
Definition at line 3 of file switch_json.c.
References item, and switch_vmprintf().
const char* cJSON_GetObjectCstr | ( | const cJSON * | object, |
const char * | string | ||
) |
Definition at line 22 of file switch_json.c.
References cJSON_String, cJSON::type, and cJSON::valuestring.
Referenced by switch_collect_input_callback(), switch_dial_handle_create_json_obj(), switch_jwt_verify(), switch_live_array_add(), and switch_live_array_parse_json().
|
inlinestatic |
Definition at line 96 of file switch_json.h.
References cJSON_Number, cJSON_String, cJSON_True, cJSON::type, cJSON::valuedouble, cJSON::valueint, and cJSON::valuestring.
Definition at line 68 of file switch_json.h.
References switch_assert.
Referenced by switch_live_array_bootstrap().
Definition at line 49 of file switch_json.h.
References switch_assert.
Referenced by switch_live_array_add(), switch_live_array_bootstrap(), switch_live_array_clear(), switch_live_array_del(), and switch_live_array_visible().
|
inlinestatic |
Definition at line 82 of file switch_json.h.
References switch_assert.
Referenced by switch_json_add_presence_data_cols().