Files
jansson/doc
Dmitry Janushkevich 64ce0ad373 Fix for issue #282
The fix limits recursion depths when parsing arrays and objects.
The limit is configurable via the `JSON_PARSER_MAX_DEPTH` setting
within `jansson_config.h` and is set by default to 2048.

Update the RFC conformance document to note the limit; the RFC
allows limits to be set by the implementation so nothing has
actually changed w.r.t. conformance state.

Reported by Gustavo Grieco.
2016-05-03 10:22:06 +02:00
..
2015-12-23 07:40:58 +02:00
2016-05-03 10:22:06 +02:00
2014-01-28 09:16:05 +02:00
2011-10-06 21:23:09 +03:00
2014-02-11 09:38:45 +02:00
2009-11-03 23:09:04 +02:00

To build the documentation, invoke

    make html

Then point your browser to _build/html/index.html.