124 const char *
name,
const char *
string)
135 const char *
name,
double number)
G_JSON_Status G_json_array_append_boolean(G_JSON_Array *array, int boolean)
struct json_value_t G_json_value_t
G_JSON_Status G_json_object_set_number(G_JSON_Object *object, const char *name, double number)
G_JSON_Status G_json_object_set_null(G_JSON_Object *object, const char *name)
G_JSON_Status G_json_array_append_null(G_JSON_Array *array)
void G_json_value_free(G_JSON_Value *value)
G_JSON_Status G_json_object_dotset_null(G_JSON_Object *object, const char *name)
G_JSON_Status G_json_object_set_value(G_JSON_Object *object, const char *name, G_JSON_Value *value)
int G_json_object_get_boolean(const G_JSON_Object *object, const char *name)
G_JSON_Status G_json_object_dotset_number(G_JSON_Object *object, const char *name, double number)
G_JSON_Status G_json_object_dotset_string(G_JSON_Object *object, const char *name, const char *string)
G_JSON_Status G_json_object_set_boolean(G_JSON_Object *object, const char *name, int boolean)
G_JSON_Status G_json_array_append_number(G_JSON_Array *array, double number)
void G_json_free_serialized_string(char *string)
const char * G_json_object_get_string(const G_JSON_Object *object, const char *name)
double G_json_array_get_number(const G_JSON_Array *array, size_t index)
G_JSON_Value * G_json_value_init_object(void)
int G_json_array_get_boolean(const G_JSON_Array *array, size_t index)
G_JSON_Object * G_json_object_get_object(const G_JSON_Object *object, const char *name)
G_JSON_Object * G_json_object(const G_JSON_Value *value)
G_JSON_Value * G_json_object_get_value(const G_JSON_Object *object, const char *name)
G_JSON_Value_Type G_json_value_get_type(const G_JSON_Value *value)
G_JSON_Object * G_json_value_get_object(const G_JSON_Value *value)
double G_json_object_get_number(const G_JSON_Object *object, const char *name)
double G_json_object_dotget_number(G_JSON_Object *object, const char *name)
G_JSON_Status G_json_object_set_string(G_JSON_Object *object, const char *name, const char *string)
char * G_json_serialize_to_string_pretty(const G_JSON_Value *value)
G_JSON_Array * G_json_object_get_array(const G_JSON_Object *object, const char *name)
struct json_object_t G_json_object_t
const char * G_json_array_get_string(const G_JSON_Array *array, size_t index)
G_JSON_Status G_json_array_append_string(G_JSON_Array *array, const char *string)
G_JSON_Value * G_json_value_init_array(void)
G_JSON_Value * G_json_object_get_wrapping_value(const G_JSON_Object *object)
G_JSON_Array * G_json_array(const G_JSON_Value *value)
const char * G_json_object_dotget_string(G_JSON_Object *object, const char *name)
struct json_array_t G_json_array_t
void G_json_set_float_serialization_format(const char *format)
G_JSON_Status G_json_array_append_value(G_JSON_Array *array, G_JSON_Value *value)
G_JSON_Value * G_json_array_get_value(const G_JSON_Array *array, size_t index)
struct G_json_array_t G_JSON_Array
struct G_json_object_t G_JSON_Object
struct G_json_value_t G_JSON_Value
JSON_Status json_object_dotset_string(JSON_Object *object, const char *name, const char *string)
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_dotset_null(JSON_Object *object, const char *name)
JSON_Status json_object_set_number(JSON_Object *object, const char *name, double number)
void json_set_float_serialization_format(const char *format)
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)
const char * json_object_dotget_string(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)
double json_object_dotget_number(const JSON_Object *object, const char *name)
JSON_Value_Type json_value_get_type(const JSON_Value *value)
JSON_Array * json_array(const JSON_Value *value)
JSON_Status json_object_dotset_number(JSON_Object *object, const char *name, double number)
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