Searched refs:JSON_NULL (Results 1 – 3 of 3) sorted by relevance
20 JSON_NULL, enumerator
405 curr_token->type = JSON_NULL; in json_parse()568 case JSON_NULL: in json_type_str()
191370 #define JSON_NULL 0191702 assert( pNode->eType==JSON_NULL );191827 assert( pNode->eType==JSON_NULL );192150 jsonParseAddNode(pParse, JSON_NULL, 0, 0);192548 jsonParseAddNode(pParse, JSON_NULL, 0, 0);192636 case JSON_NULL:192879 if( pPatch[i+1].eType==JSON_NULL ){192899 if( j>=pTarget->n && pPatch[i+1].eType!=JSON_NULL ){198378 #ifndef JSON_NULL /* The following stuff repeats things found in json1 */