summaryrefslogtreecommitdiff
path: root/json_util.h
AgeCommit message (Expand)AuthorFilesLines
2014-07-21Introduce json_object_from_fdMichael Heimpold1-0/+1
2014-05-04Move the json_min() and json_max() macros to json_util.h and mark everything ...Eric Haszlakiewicz1-0/+9
2013-08-13Update json_utilPascal Bach1-2/+2
2012-11-27float parsing must be locale independentRemi Collet1-0/+1
2012-04-28Add a json_object_to_json_string_ext() function to allow the formatting of ou...Eric Haszlakiewicz1-0/+2
2011-05-03Add a json_type_to_name() function which returns a string that describes the ...Eric Haszlakiewicz1-0/+6
2010-10-06 * Add int64 support. Two new functions json_object_net_int64 andMichael Clark1-0/+1
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-0/+8
2009-01-10fix typoMichael Clark1-1/+1
2007-03-13 * Fix bug in escaping of control charactersMichael Clark1-13/+1
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-0/+29
2007-03-13import of version 0.1Michael Clark1-0/+13