ARDUINOJSON_DEFAULT_NESTING_LIMIT
Defines the default value the second parameter of JsonBuffer::parseArray()
and JsonBuffer::parseObject()
, which limit the nesting in the JSON input. (the goal is to prevent stackoverflow).
Default is 10
if ARDUINO
is defined, 50
otherwise.