#include <string.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <float.h>
#include <limits.h>
#include <ctype.h>
#include "cJSON.h"
References cJSON_AddItemToArray().
References cJSON_AddItemToObject().
References cJSON::child, and cJSON::next.
Referenced by cJSON_AddItemReferenceToArray(), and cJSON_AddItemToObject().
References cJSON_AddItemToArray(), and cJSON::string.
Referenced by cJSON_AddItemReferenceToObject().
cJSON* cJSON_CreateArray | ( | ) |
References cJSON_Array, and cJSON::type.
Referenced by cJSON_CreateDoubleArray(), cJSON_CreateFloatArray(), cJSON_CreateIntArray(), and cJSON_CreateStringArray().
cJSON* cJSON_CreateDoubleArray | ( | double * | numbers, | |
int | count | |||
) |
References cJSON_CreateArray(), and cJSON_CreateNumber().
cJSON* cJSON_CreateFalse | ( | ) |
References cJSON_False, and cJSON::type.
cJSON* cJSON_CreateFloatArray | ( | float * | numbers, | |
int | count | |||
) |
References cJSON_CreateArray(), and cJSON_CreateNumber().
cJSON* cJSON_CreateIntArray | ( | int * | numbers, | |
int | count | |||
) |
References cJSON_CreateArray(), and cJSON_CreateNumber().
cJSON* cJSON_CreateNull | ( | ) |
References cJSON_NULL, and cJSON::type.
cJSON* cJSON_CreateNumber | ( | double | num | ) |
References cJSON_Number, cJSON::type, cJSON::valuedouble, and cJSON::valueint.
Referenced by cJSON_CreateDoubleArray(), cJSON_CreateFloatArray(), and cJSON_CreateIntArray().
cJSON* cJSON_CreateObject | ( | ) |
References cJSON_Object, and cJSON::type.
cJSON* cJSON_CreateString | ( | const char * | string | ) |
References cJSON_String, cJSON::type, and cJSON::valuestring.
Referenced by cJSON_CreateStringArray().
cJSON* cJSON_CreateStringArray | ( | const char ** | strings, | |
int | count | |||
) |
References cJSON_CreateArray(), and cJSON_CreateString().
cJSON* cJSON_CreateTrue | ( | ) |
References cJSON_True, and cJSON::type.
void cJSON_Delete | ( | cJSON * | c | ) |
References cJSON::child, cJSON_Delete(), cJSON_IsReference, cJSON::next, cJSON::string, cJSON::type, and cJSON::valuestring.
Referenced by cJSON_Delete(), cJSON_DeleteItemFromArray(), cJSON_DeleteItemFromObject(), cJSON_Parse(), cJSON_ReplaceItemInArray(), and ntg_populate().
void cJSON_DeleteItemFromArray | ( | cJSON * | array, | |
int | which | |||
) |
References cJSON_Delete(), and cJSON_DetachItemFromArray().
void cJSON_DeleteItemFromObject | ( | cJSON * | object, | |
const char * | string | |||
) |
References cJSON_Delete(), and cJSON_DetachItemFromObject().
References cJSON::child, cJSON::next, and cJSON::prev.
Referenced by cJSON_DeleteItemFromArray(), and cJSON_DetachItemFromObject().
References cJSON::child, cJSON_DetachItemFromArray(), cJSON::next, and cJSON::string.
Referenced by cJSON_DeleteItemFromObject().
References cJSON::child, and cJSON::next.
Referenced by attribute_scales_populate(), attribute_scopes_populate(), attribute_types_populate(), attribute_units_populate(), attributes_populate(), control_attributes_populate(), control_classs_populate(), databases_populate(), default_values_populate(), definition_tags_populate(), definitions_populate(), get_id_max(), implementation_dependencys_populate(), implementations_populate(), legal_values_populate(), licenses_populate(), module_attributes_populate(), softwares_populate(), tags_populate(), targets_populate(), uris_populate(), and value_labels_populate().
int cJSON_GetArraySize | ( | cJSON * | array | ) |
References cJSON::child, and cJSON::next.
Referenced by attribute_scales_populate(), attribute_scopes_populate(), attribute_types_populate(), attribute_units_populate(), attributes_populate(), control_attributes_populate(), control_classs_populate(), databases_populate(), default_values_populate(), definition_tags_populate(), definitions_populate(), implementation_dependencys_populate(), implementations_populate(), legal_values_populate(), licenses_populate(), module_attributes_populate(), softwares_populate(), tags_populate(), targets_populate(), uris_populate(), and value_labels_populate().
References cJSON::child, cJSON::next, and cJSON::string.
Referenced by attribute_scales_populate(), attribute_scopes_populate(), attribute_types_populate(), attribute_units_populate(), attributes_populate(), control_attributes_populate(), control_classs_populate(), databases_populate(), default_values_populate(), definition_tags_populate(), definitions_populate(), get_id_max(), implementation_dependencys_populate(), implementations_populate(), legal_values_populate(), licenses_populate(), module_attributes_populate(), softwares_populate(), tags_populate(), targets_populate(), uris_populate(), and value_labels_populate().
void cJSON_InitHooks | ( | cJSON_Hooks * | hooks | ) |
References cJSON_Hooks::free_fn, and cJSON_Hooks::malloc_fn.
cJSON* cJSON_Parse | ( | const char * | value | ) |
References cJSON_Delete().
Referenced by ntg_populate().
char* cJSON_Print | ( | cJSON * | item | ) |
char* cJSON_PrintUnformatted | ( | cJSON * | item | ) |
References cJSON::child, cJSON_Delete(), cJSON::next, and cJSON::prev.
Referenced by cJSON_ReplaceItemInObject().
References cJSON_ReplaceItemInArray(), cJSON::next, and cJSON::string.