Searched refs:json_object_new (Results 1 – 1 of 1) sorted by relevance
53 static struct json_object* json_object_new(enum json_type o_type);189 static struct json_object* json_object_new(enum json_type o_type) in json_object_new() function370 struct json_object *jso = json_object_new(json_type_object); in json_object_new_object()470 struct json_object *jso = json_object_new(json_type_boolean); in json_object_new_boolean()510 struct json_object *jso = json_object_new(json_type_int); in json_object_new_int()559 struct json_object *jso = json_object_new(json_type_int); in json_object_new_int64()635 struct json_object *jso = json_object_new(json_type_double); in json_object_new_double()745 struct json_object *jso = json_object_new(json_type_string); in json_object_new_string()763 struct json_object *jso = json_object_new(json_type_string); in json_object_new_string_len()865 struct json_object *jso = json_object_new(json_type_array); in json_object_new_array()