summaryrefslogtreecommitdiff
path: root/json_object_private.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-02Add a json_set_serializer() function to allow the string output of a json_obj...Eric Haszlakiewicz1-6/+4
2012-04-28Add a json_object_to_json_string_ext() function to allow the formatting of ou...Eric Haszlakiewicz1-1/+3
2012-03-26Rename boolean type to json_boolKeith Derrick1-1/+1
2011-05-25move definition of json_object_iter to public header to enable external use o...Jehiah Czebotar1-8/+0
2011-01-14update json_object_new_string_len, json_escape_str (internal). Writer handles...Jehiah Czebotar1-1/+4
2010-12-07Simplify things by storing integer values only as int64_t's internally, andehaszla1-1/+0
2010-10-06 * Add int64 support. Two new functions json_object_net_int64 andMichael Clark1-1/+2
2009-02-25 * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark1-0/+8
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/+26
2007-03-13import of version 0.1Michael Clark1-0/+25