Searched refs:JSON_OBJECT (Results 1 – 3 of 3) sorted by relevance
65 #define JSON_OBJECT 3 macro370 if (lvl > 1 && (st[JSON_OBJECT] || st[JSON_ARRAYN])) in json_parse()386 t = JSON_OBJECT; 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()462 P(JSON_OBJECT), P(JSON_ARRAY), P(JSON_STRING), P(JSON_CONSTANT), in file_is_json()
52 JSON_OBJECT, enumerator93 enum kind get_kind () const FINAL OVERRIDE { return JSON_OBJECT; } in get_kind()