Files
jansson/doc
Petri Lehtinen 23dd078c8d Make json_error_t opaque
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.
2010-10-14 21:02:37 +03:00
..
2010-02-02 21:26:11 +02:00
2010-10-14 21:02:37 +03:00
2010-09-05 22:00:47 +03:00
2010-08-14 21:02:08 +03:00
2010-03-26 22:03:26 +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.