summaryrefslogtreecommitdiff
path: root/json_util.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-21Introduce json_object_from_fdMichael Heimpold1-11/+26
2014-05-04Move the json_min() and json_max() macros to json_util.h and mark everything ...Eric Haszlakiewicz1-1/+0
2013-08-13Update json_utilPascal Bach1-2/+2
2013-06-29Eliminate use of MC_ABORT in json-c code, and mark MC_ABORT/mc_abort deprecated.Eric Haszlakiewicz1-2/+2
2013-06-04Fix C89 compat needed by MSVCAnatol Belski1-4/+5
2013-02-26Merge branch 'remicollet-issue-float'Eric Haszlakiewicz1-0/+5
2013-02-09Add a runtime check to see if parse_int64 needs to workaround sscanf bugs. I...Eric Haszlakiewicz1-18/+63
2013-02-09Enable -Werror and fix a number of minor warnings that existed.Eric Haszlakiewicz1-2/+3
2013-01-03rename _errnoGreg Hazel1-5/+5
2012-12-13move locale change to be global for perfRemi Collet1-21/+1
2012-11-27float parsing must be locale independentRemi Collet1-0/+25
2012-07-29Initialize errno before calling sscanf in json_parse_int64() so parsing valid...Eric Haszlakiewicz1-3/+6
2012-07-08Remove unnecessary comment from json_util.cEric Haszlakiewicz1-1/+1
2012-05-21Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker wit...Mateusz Loskot1-6/+12
2012-04-28Add a json_object_to_json_string_ext() function to allow the formatting of ou...Eric Haszlakiewicz1-5/+14
2012-02-01Some updates to make the code compatible with VC 9 (2008)John Arbash Meinel1-3/+6
2011-05-03Add a json_type_to_name() function which returns a string that describes the ...Eric Haszlakiewicz1-0/+23
2010-12-07Simplify things by storing integer values only as int64_t's internally, andehaszla1-4/+18
2010-10-13 * Fix file descriptor leak if memory allocation fails in json_utilMichael Clark1-2/+4
2010-10-13 * Fix file descriptor leak if memory allocation fails in json_utilMichael Clark1-0/+1
2010-10-06 * Add int64 support. Two new functions json_object_net_int64 andMichael Clark1-0/+65
2009-08-27 * Make json_object_from_file take const char *filenameMichael Clark1-1/+1
2009-02-25 * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark1-3/+3
2009-01-06Add const correctness to public interfacesMichael Clark1-1/+1
2007-12-07* Fix bug with use of capital E in numbers with exponentsMichael Clark1-0/+1
2007-10-25* Add macros to enable compiling out debug codeMichael Clark1-6/+6
2007-03-13 * Fix bug in escaping of control charactersMichael Clark1-1/+6
2007-03-13 * Make headers C++ compatible by change *this to *objMichael Clark1-11/+4
2007-03-13 * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark1-6/+50
2007-03-13import of version 0.1Michael Clark1-0/+79