Make macro json_object_object_foreach multiple-use safe
[platform/upstream/json-c.git] / json_object.h
2012-12-19 Alexander KlauerMake macro json_object_object_foreach multiple-use...
2012-10-21 Eric HaszlakiewiczMake it safe to delete keys while iterating with the...
2012-10-21 Eric HaszlakiewiczReformat the json_object_object_foreach macro so it...
2012-10-18 Eric HaszlakiewiczChange json_object_put to return 1 if the object passed...
2012-09-02 Eric HaszlakiewiczAdd a json_set_serializer() function to allow the strin...
2012-07-29 Eric HaszlakiewiczMerge branch 'rename_library' of https://github.com...
2012-07-09 Eric HaszlakiewiczMerge pull request #26 from ford-prefect/master
2012-04-28 Eric HaszlakiewiczAdd a json_object_to_json_string_ext() function to...
2012-04-23 Eric HaszlakiewiczMerge pull request #21 from kdopen/add_iterator
2012-04-22 Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2012-04-20 Eric HaszlakiewiczMerge pull request #20 from kdopen/master
2012-04-12 Keith DerrickAdd NULL-safe get object method
2012-04-06 Keith DerrickAdded explanatory notes to documentation.
2012-04-06 Keith DerrickAdded explanatory notes to documentation.
2012-04-02 Eric HaszlakiewiczMention json_type_to_name() in the docs for json_object...
2012-04-02 Eric HaszlakiewiczAdjust json_object_is_type and json_object_get_type...
2012-04-01 Eric HaszlakiewiczMention json_type_to_name() in the docs for json_object...
2012-03-31 Eric HaszlakiewiczAdjust json_object_is_type and json_object_get_type...
2012-03-31 Eric HaszlakiewiczMerge pull request #16 from kdopen/master
2012-03-26 Keith DerrickRename boolean type to json_bool
2012-02-16 Eric HaszlakiewiczInclude json_inttypes.h in json_object.h since we use...
2011-10-13 Eric HaszlakiewiczMerge pull request #4 from deweerdt/master
2011-10-07 Frederik DeweerdtAdd new json_object_array_sort function
2011-05-25 Jehiah Czebotarmove definition of json_object_iter to public header...
2011-05-03 Eric HaszlakiewiczAdd a json_type_to_name() function which returns a...
2011-01-14 Jehiah Czebotarupdate json_object_new_string_len, json_escape_str...
2010-12-07 ehaszlaSimplify things by storing integer values only as int64...
2010-10-06 Michael Clark * Add int64 support. Two new functions json_object_ne...
2009-02-25 Michael Clark * Don't use this as a variable, so we can compile...
2009-01-10 Michael Clarkfix typo in json_object.h
2009-01-06 Michael ClarkAdd const correctness to public interfaces
2007-12-07 Michael ClarkPatch allows for json-c compile with -Werror and not...
2007-03-13 Michael Clark * Fix bug in escaping of control characters
2007-03-13 Michael Clark * Make headers C++ compatible by change *this to...
2007-03-13 Michael Clark * printbuf.c - C. Watford (christopher dot watford...
2007-03-13 Michael Clarkimport of version 0.1