Searched refs:JSON_ARRAYN (Results 1 – 1 of 1) sorted by relevance
61 #define JSON_ARRAYN 5 macro202 st[JSON_ARRAYN]++; in json_parse_array()364 if (lvl > 1 && (st[JSON_OBJECT] || st[JSON_ARRAYN])) in json_parse()411 return (st[JSON_ARRAYN] || st[JSON_OBJECT]) ? 1 : 0; in json_parse()413 return (st[JSON_ARRAYN] || st[JSON_OBJECT]) ? 2 : 0; in json_parse()457 P(JSON_NUMBER), P(JSON_ARRAYN)) in file_is_json()