Searched refs:JSON_NULL (Results 1 – 3 of 3) sorted by relevance
20 JSON_NULL, enumerator
403 curr_token->type = JSON_NULL; in json_parse()544 case JSON_NULL: in json_type_str()
184676 #define JSON_NULL 0185004 assert( pNode->eType==JSON_NULL );185125 assert( pNode->eType==JSON_NULL );185437 jsonParseAddNode(pParse, JSON_NULL, 0, 0);185827 jsonParseAddNode(pParse, JSON_NULL, 0, 0);185915 case JSON_NULL:186153 if( pPatch[i+1].eType==JSON_NULL ){186167 if( j>=pTarget->n && pPatch[i+1].eType!=JSON_NULL ){191568 #ifndef JSON_NULL /* The following stuff repeats things found in json1 */