|
RTS API Documentation
1.10.11
|
#include "switch.h"
Include dependency graph for switch_json.c: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) |
| 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().
1.8.13