Searched refs:JSON_ARRAYN (Results 1 – 1 of 1) sorted by relevance
67 #define JSON_ARRAYN 5 macro208 st[JSON_ARRAYN]++; in json_parse_array()370 if (lvl > 1 && (st[JSON_OBJECT] || st[JSON_ARRAYN])) in json_parse()417 return (st[JSON_ARRAYN] || st[JSON_OBJECT]) ? 1 : 0; in json_parse()419 return (st[JSON_ARRAYN] || st[JSON_OBJECT]) ? 2 : 0; in json_parse()463 P(JSON_NUMBER), P(JSON_ARRAYN)) in file_is_json()