summaryrefslogtreecommitdiff
path: root/json_util.h
Commit message (Expand)AuthorAgeFilesLines
* Apply same EINVAL handling to json_parse_uint64() as was done for json_parse_...Eric Haszlakiewicz2022-10-301-1/+10
* Fix incremental parsing of invalid numbers with exponents, such as "0e+-" and...Eric Haszlakiewicz2020-06-271-0/+3
* fix json_parse_uint64() usage of errnoPierce Lopez2020-05-101-0/+1
* Make json_abort() internal to json_object.cEric Haszlakiewicz2020-04-181-17/+0
* clang-format the filesdota172020-04-031-9/+7
* Fixes various Wreturn-type and Wimplicit-fallthrough errors on Mingw-w64Jehan2020-03-161-0/+17
* add uint64 data to json-cdota172020-02-251-0/+1
* Add a json_object_from_fd_ex() function, to allow the max nesting depth to be...Eric Haszlakiewicz2019-11-101-0/+12
* Issue #488: use JSON_EXPORT on functions so they are properly exported on Win...Eric Haszlakiewicz2019-09-081-9/+9
* Issue #418: Fix docs for json_util_from_fd and json_util_from_file to say tha...Eric Haszlakiewicz2018-06-141-2/+2
* Squash doxygen warnings, and make a few slight improvements to the docs.Eric Haszlakiewicz2017-12-061-0/+2
* Add a brief overview of each file to the docs.Eric Haszlakiewicz2017-12-061-0/+4
* Rename _set_last_err() to _json_c_set_last_err().Eric Haszlakiewicz2017-11-291-2/+2
* Issue #161: add a json_object_to_fd() function.Eric Haszlakiewicz2017-06-181-1/+12
* Issue #189: Eliminate use of MC_ERROR from json_util.c, and add a json_util_g...Eric Haszlakiewicz2016-06-261-1/+39
* Introduce json_object_from_fdMichael Heimpold2014-07-211-0/+1
* Move the json_min() and json_max() macros to json_util.h and mark everything ...Eric Haszlakiewicz2014-05-041-0/+9
* Update json_utilPascal Bach2013-08-131-2/+2
* float parsing must be locale independentRemi Collet2012-11-271-0/+1
* Add a json_object_to_json_string_ext() function to allow the formatting of ou...Eric Haszlakiewicz2012-04-281-0/+2
* Add a json_type_to_name() function which returns a string that describes the ...Eric Haszlakiewicz2011-05-031-0/+6
* * Add int64 support. Two new functions json_object_net_int64 andMichael Clark2010-10-061-0/+1
* * Make json_object_from_file take const char *filenameMichael Clark2009-08-271-1/+1
* * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark2009-02-251-0/+8
* fix typoMichael Clark2009-01-101-1/+1
* * Fix bug in escaping of control charactersMichael Clark2007-03-131-13/+1
* * Make headers C++ compatible by change *this to *objMichael Clark2007-03-131-11/+4
* * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark2007-03-131-0/+29
* import of version 0.1Michael Clark2007-03-131-0/+13