Home
last modified time | relevance | path

Searched refs:JSON_ARRAY (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Djson.c574 JSON_ARRAY, // parsing items in an array enumerator
628 || top_item->jd_type == JSON_ARRAY) in json_decode_item()
631 if (*p == (top_item->jd_type == JSON_ARRAY ? ']' : '}')) in json_decode_item()
694 top_item->jd_type = JSON_ARRAY; in json_decode_item()
947 case JSON_ARRAY: in json_decode_item()