JSON_Status G_json_object_set_null(JSON_Object *object, const char *name)
JSON_Status G_json_array_append_boolean(JSON_Array *array, int boolean)
char * G_json_serialize_to_string_pretty(const JSON_Value *value)
void G_json_value_free(JSON_Value *value)
JSON_Status G_json_array_append_string(JSON_Array *array, const char *string)
JSON_Value * G_json_array_get_value(const JSON_Array *array, size_t index)
JSON_Status G_json_array_append_number(JSON_Array *array, double number)
JSON_Value * G_json_object_get_value(const JSON_Object *object, const char *name)
JSON_Object * G_json_value_get_object(const JSON_Value *value)
void G_json_free_serialized_string(char *string)
JSON_Status G_json_object_set_number(JSON_Object *object, const char *name, double number)
double G_json_object_get_number(const JSON_Object *object, const char *name)
const char * G_json_array_get_string(const JSON_Array *array, size_t index)
JSON_Status G_json_array_append_null(JSON_Array *array)
const char * G_json_object_get_string(const JSON_Object *object, const char *name)
JSON_Array * G_json_object_get_array(const JSON_Object *object, const char *name)
int G_json_object_get_boolean(const JSON_Object *object, const char *name)
JSON_Array * G_json_array(const JSON_Value *value)
JSON_Value * G_json_object_get_wrapping_value(const JSON_Object *object)
double G_json_array_get_number(const JSON_Array *array, size_t index)
JSON_Value * G_json_value_init_object(void)
JSON_Status G_json_object_set_value(JSON_Object *object, const char *name, JSON_Value *value)
JSON_Value * G_json_value_init_array(void)
JSON_Status G_json_object_set_string(JSON_Object *object, const char *name, const char *string)
int G_json_array_get_boolean(const JSON_Array *array, size_t index)
JSON_Object * G_json_object_get_object(const JSON_Object *object, const char *name)
JSON_Status G_json_object_set_boolean(JSON_Object *object, const char *name, int boolean)
JSON_Status G_json_array_append_value(JSON_Array *array, JSON_Value *value)
JSON_Object * G_json_object(const JSON_Value *value)
int json_object_get_boolean(const JSON_Object *object, const char *name)
JSON_Value * json_value_init_array(void)
JSON_Value * json_array_get_value(const JSON_Array *array, size_t index)
JSON_Status json_array_append_null(JSON_Array *array)
JSON_Object * json_value_get_object(const JSON_Value *value)
JSON_Status json_array_append_boolean(JSON_Array *array, int boolean)
JSON_Value * json_object_get_value(const JSON_Object *object, const char *name)
JSON_Status json_object_set_number(JSON_Object *object, const char *name, double number)
double json_array_get_number(const JSON_Array *array, size_t index)
const char * json_array_get_string(const JSON_Array *array, size_t index)
JSON_Status json_object_set_string(JSON_Object *object, const char *name, const char *string)
JSON_Status json_object_set_boolean(JSON_Object *object, const char *name, int boolean)
void json_free_serialized_string(char *string)
JSON_Object * json_object_get_object(const JSON_Object *object, const char *name)
JSON_Value * json_object_get_wrapping_value(const JSON_Object *object)
char * json_serialize_to_string_pretty(const JSON_Value *value)
JSON_Status json_array_append_value(JSON_Array *array, JSON_Value *value)
JSON_Object * json_object(const JSON_Value *value)
JSON_Value * json_value_init_object(void)
int json_array_get_boolean(const JSON_Array *array, size_t index)
JSON_Status json_object_set_value(JSON_Object *object, const char *name, JSON_Value *value)
void json_value_free(JSON_Value *value)
JSON_Status json_object_set_null(JSON_Object *object, const char *name)
JSON_Array * json_object_get_array(const JSON_Object *object, const char *name)
JSON_Status json_array_append_string(JSON_Array *array, const char *string)
const char * json_object_get_string(const JSON_Object *object, const char *name)
double json_object_get_number(const JSON_Object *object, const char *name)
JSON_Array * json_array(const JSON_Value *value)
JSON_Status json_array_append_number(JSON_Array *array, double number)
struct json_array_t JSON_Array
struct json_value_t JSON_Value
struct json_object_t JSON_Object