mirror of
https://github.com/akheron/jansson.git
synced 2025-04-13 08:42:57 +00:00
All decoding functions now accept a json_error_t** parameter and set it to point to a heap-allocated json_error_t structure if an error occurs. The contents of json_error_t are no longer exposed directly, a few functions to do it have been added instead. If an error occurs, the user must free the json_error_t value. This makes it possible to enhance the error reporting facilities in the future without breaking ABI compatibility with older versions. This is a backwards incompatible change. |
||
---|---|---|
.. | ||
ext | ||
.gitignore | ||
apiref.rst | ||
changes.rst | ||
conf.py | ||
conformance.rst | ||
gettingstarted.rst | ||
github_commits.c | ||
index.rst | ||
Makefile.am | ||
README | ||
tutorial.rst |
To build the documentation, invoke make html Then point your browser to _build/html/index.html.