Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djson.c580 json_decode_T jd_type; member
627 if (top_item->jd_type == JSON_OBJECT_KEY in json_decode_item()
628 || top_item->jd_type == JSON_ARRAY) in json_decode_item()
631 if (*p == (top_item->jd_type == JSON_ARRAY ? ']' : '}')) in json_decode_item()
673 if (top_item && top_item->jd_type == JSON_OBJECT_KEY) in json_decode_item()
694 top_item->jd_type = JSON_ARRAY; in json_decode_item()
704 if (top_item && top_item->jd_type == JSON_OBJECT_KEY) in json_decode_item()
725 top_item->jd_type = JSON_OBJECT_KEY; in json_decode_item()
945 switch (top_item->jd_type) in json_decode_item()
999 top_item->jd_type = JSON_OBJECT; in json_decode_item()
[all …]