summaryrefslogtreecommitdiff
path: root/json_object.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-04Slight style tweaks to the bsearch changest.Eric Haszlakiewicz1-1/+1
2015-03-03Merge pull request #155 from LeSpocky/bsearchEric Haszlakiewicz1-0/+19
2015-03-03Merge pull request #156 from jubalh/masterEric Haszlakiewicz1-5/+5
2014-09-13Merge pull request #153 from LeSpocky/docEric Haszlakiewicz1-0/+5
2014-08-26Remove trailing whitespaceMichael Vetter1-5/+5
2014-08-21add bsearch for arraysAlexander Dahl1-0/+19
2014-08-18improve doc for json_object_to_json_string()Alexander Dahl1-0/+5
2014-08-10Remove json_type enum trailing commaMichael J. Chinn1-3/+3
2014-04-09Patch to address the following issues:Michael Clark1-2/+10
2013-09-11Added a json_object_new_double_s() convenience function to allow an exact str...Eric Haszlakiewicz1-0/+42
2013-08-11Add extern to json_object_set_serializer so that it gets exported (Windows fix)Even Rouault1-1/+1
2013-03-19one definition of json_object_object_foreach only works on c99 and laterGreg Hazel1-2/+2
2013-02-26Merge branch 'remicollet-issue-float'Eric Haszlakiewicz1-0/+4
2013-02-21Mark the "val" variable in json_object_object_foreach as unused so the compil...Eric Haszlakiewicz1-1/+1
2013-02-09Add a comment briefly describing json_object_object_length()Eric Haszlakiewicz1-0/+3
2013-01-11add json_object_object_lengthGreg Hazel1-0/+2
2012-12-19Make macro json_object_object_foreach multiple-use safeAlexander Klauer1-16/+16
2012-12-13probably worth an option for thisRemi Collet1-0/+4
2012-10-20Make it safe to delete keys while iterating with the json_object_object_forea...Eric Haszlakiewicz1-5/+9
2012-10-20Reformat the json_object_object_foreach macro so it is readable, and document...Eric Haszlakiewicz1-5/+24
2012-10-18Change json_object_put to return 1 if the object passed was actually freed. (...Eric Haszlakiewicz1-2/+2
2012-09-02Add a json_set_serializer() function to allow the string output of a json_obj...Eric Haszlakiewicz1-0/+45
2012-04-28Add a json_object_to_json_string_ext() function to allow the formatting of ou...Eric Haszlakiewicz1-1/+32
2012-04-12Add NULL-safe get object methodKeith Derrick1-0/+24
2012-04-05Added explanatory notes to documentation.Keith Derrick1-11/+62
2012-03-31Mention json_type_to_name() in the docs for json_object_get_type().Eric Haszlakiewicz1-1/+3
2012-03-31Adjust json_object_is_type and json_object_get_type so they return json_type_...Eric Haszlakiewicz1-0/+2
2012-03-26Rename boolean type to json_boolKeith Derrick1-10/+10
2012-02-15Include json_inttypes.h in json_object.h since we use types like int32_t in t...Eric Haszlakiewicz1-0/+2
2011-10-07Add new json_object_array_sort functionFrederik Deweerdt1-0/+10
2011-05-25move definition of json_object_iter to public header to enable external use o...Jehiah Czebotar1-0/+8
2011-05-03Add a json_type_to_name() function which returns a string that describes the ...Eric Haszlakiewicz1-0/+1
2011-01-14update json_object_new_string_len, json_escape_str (internal). Writer handles...Jehiah Czebotar1-0/+10
2010-12-07Simplify things by storing integer values only as int64_t's internally, andehaszla1-5/+8
2010-10-06 * Add int64 support. Two new functions json_object_net_int64 andMichael Clark1-3/+25
2009-02-25 * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark1-7/+16
2009-01-10fix typo in json_object.hMichael Clark1-1/+1
2009-01-06Add const correctness to public interfacesMichael Clark1-9/+9
2007-12-07Patch allows for json-c compile with -Werror and not fail due toMichael Clark1-2/+2
2007-03-13 * Fix bug in escaping of control charactersMichael Clark1-3/+1
2007-03-13 * Make headers C++ compatible by change *this to *objMichael Clark1-48/+41
2007-03-13 * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark1-5/+24
2007-03-13import of version 0.1Michael Clark1-0/+300