Searched refs:json_object_object_add (Results 1 – 4 of 4) sorted by relevance
275 extern void json_object_object_add(struct json_object* obj, const char *key,
399 void json_object_object_add(struct json_object* jso, const char *key, in json_object_object_add() function
824 json_object_object_add(current, obj_field_name, obj); in json_tokener_parse_ex()
58 …* Rewrite json_object_object_add to replace just the value if the key already exists so keys remai…