Searched refs:json_tokener_parse (Results 1 – 4 of 4) sorted by relevance
125 extern struct json_object* json_tokener_parse(const char *str);
94 obj = json_tokener_parse(pb->buf); in json_object_from_file()
159 struct json_object* json_tokener_parse(const char *str) in json_tokener_parse() function
119 * Add const qualifier to the json_tokener_parse functions