Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djson.c575 JSON_OBJECT_KEY, // parsing key of an object enumerator
627 if (top_item->jd_type == JSON_OBJECT_KEY in json_decode_item()
647 if (top_item != NULL && top_item->jd_type == JSON_OBJECT_KEY in json_decode_item()
673 if (top_item && top_item->jd_type == JSON_OBJECT_KEY) 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()
921 if (top_item != NULL && top_item->jd_type == JSON_OBJECT_KEY in json_decode_item()
981 case JSON_OBJECT_KEY: in json_decode_item()
1052 top_item->jd_type = JSON_OBJECT_KEY; in json_decode_item()