Searched defs:JSON_ASSERT (Results 1 – 1 of 1) sorted by relevance
16 #define JSON_ASSERT( condition ) assert( condition ); // @todo <= change this into an exception th… macro19 #define JSON_ASSERT( condition ) assert( condition ); macro