Files
jansson/test/suites/api
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-10-14 21:02:37 +03:00
2010-06-12 22:45:49 +03:00
2010-06-12 22:45:49 +03:00
2010-06-10 21:16:07 +03:00
2010-10-14 21:02:37 +03:00
2010-02-02 21:26:11 +02:00