Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/include/
A DcJSON.h136 #ifndef CJSON_NESTING_LIMIT
137 #define CJSON_NESTING_LIMIT 1000 macro
/AliOS-Things-master/components/cjson/src/
A DcJSON.c1346 if (input_buffer->depth >= CJSON_NESTING_LIMIT) in parse_array()
1502 if (input_buffer->depth >= CJSON_NESTING_LIMIT) in parse_object()

Completed in 8 milliseconds