jansson/test/bin
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
..
json_process.c Make json_error_t opaque 2010-10-14 21:02:37 +03:00
Makefile.am Refactor the test system 2009-12-16 22:45:29 +02:00