Searched refs:JSON_NULL (Results 1 – 2 of 2) sorted by relevance
79 #define JSON_NULL 0 macro411 assert( pNode->eType==JSON_NULL ); in jsonRenderNode()536 assert( pNode->eType==JSON_NULL ); in jsonReturn()859 jsonParseAddNode(pParse, JSON_NULL, 0, 0); in jsonParseValue()1258 jsonParseAddNode(pParse, JSON_NULL, 0, 0); in jsonLookupAppend()1346 case JSON_NULL: in jsonRemoveAllNulls()1652 if( pPatch[i+1].eType==JSON_NULL ){ in jsonMergePatch()1672 if( j>=pTarget->n && pPatch[i+1].eType!=JSON_NULL ){ in jsonMergePatch()
44 #ifndef JSON_NULL /* The following stuff repeats things found in json1 */