Searched refs:json_parse_string (Results 1 – 3 of 3) sorted by relevance
64 static char * json_parse_string(const char **json_pos, const char *end) in json_parse_string() function299 str = json_parse_string(&pos, end); in json_parse()
101 JSON_Value * json_parse_string(const char *string);
1367 output_value = json_parse_string(file_contents); in json_parse_file()1383 JSON_Value * json_parse_string(const char *string) { in json_parse_string() function