jansson/test
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
..
bin Make json_error_t opaque 2010-10-14 21:02:37 +03:00
scripts Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
suites Make json_error_t opaque 2010-10-14 21:02:37 +03:00
.gitignore Merge branch '1.2' 2010-05-20 18:47:30 +03:00
Makefile.am Distribute some missing files 2010-01-21 21:48:31 +02:00
run-suites test/run-suites: Be less picky when searching for tests 2010-01-21 21:49:04 +02:00