summaryrefslogtreecommitdiff
path: root/json_object.h
Commit message (Expand)AuthorAgeFilesLines
* Adjusted URLsTobias Stoeckmann2022-03-191-1/+1
* Fix typos in code comments and ChangeLogEven Rouault2022-02-251-3/+3
* Add linkhash accessor functions (lh_table_head(), lh_entry_next(), etc...) to...Eric Haszlakiewicz2021-11-301-6/+6
* Really use prefix JSON_C_OBJECT_ADD_*José Bollo2021-10-191-2/+10
* Merge branch 'json-c:master' into masterDavid McCann2021-05-131-26/+75
|\
| * Fix json_object_get_boolean() doc for the object and array cases (always retu...Eric Haszlakiewicz2020-08-171-2/+3
| * Remove the THIS_FUNCTION_IS_DEPRECATED define, we stopped using it long ago.Eric Haszlakiewicz2020-07-171-10/+0
| * Issue #642: improve the docs for json_object_put() and json_object_get().Eric Haszlakiewicz2020-07-121-5/+27
| * Expand the doc for json_object_array_get_idx() to explain that it does not ad...Eric Haszlakiewicz2020-07-121-1/+9
| * Issue #642: improve docs for json_tokener.h and json_object_object_add().Eric Haszlakiewicz2020-07-111-9/+15
| * Add doc comment for json_object_new_array_ext().Eric Haszlakiewicz2020-06-291-0/+7
| * Add json_object_array_shrink() (and array_list_shrink()) and use it in json_t...Eric Haszlakiewicz2020-06-201-0/+15
* | Check __STDC_VERSION__ is defined before checking its valueDavid McCann2021-05-131-2/+2
|/
* Enforce strict prototypes.Björn Esser2020-04-131-1/+1
* Clean trailing white-space.Björn Esser2020-04-111-14/+14
* Add includes and split off json_types.h to help ensure that headers can be in...Eric Haszlakiewicz2020-04-061-52/+2
* clang-format the filesdota172020-04-031-128/+114
* update json_object.c and testcase, delete json_object_uint_inc()dota172020-02-281-14/+0
* modify partial functions and testcase, in order to support automatic conversi...dota172020-02-281-6/+0
* modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uin...dota172020-02-271-3/+6
* add uint64 data to json-cdota172020-02-251-0/+49
* Issue #539: use a internal-only serializer function in json_object_new_double...Eric Haszlakiewicz2020-02-141-1/+5
* update commentdota172020-01-221-2/+3
* add json_object_new_nulldota172020-01-201-0/+5
* Fix some Windows compile issues, add JSON_EXPORT's, fix bogus character escap...Eric Haszlakiewicz2019-11-231-4/+4
* Issue #488: use JSON_EXPORT on functions so they are properly exported on Win...Eric Haszlakiewicz2019-09-081-0/+2
* remove [in] from params descriptionandy59952018-11-281-2/+2
* json_object.h:document json_object_new_string_len()andy59952018-11-271-1/+12
* Issue #419: document that NULL may be passed to json_object_put().Eric Haszlakiewicz2018-06-121-0/+1
* Fixed typosjanczer2018-04-241-9/+9
* Avoid uninitialized variable warningsJonathan Wiens2018-01-171-2/+2
* Remove the TRUE and FALSE defines.Eric Haszlakiewicz2017-12-231-11/+5
* Fix non-GNUC define for JSON_C_CONST_FUNCTIONRikard Falkeborn2017-12-131-1/+1
* Apply gcc's "const" attribute to the json_c_object_sizeof() function as an op...Eric Haszlakiewicz2017-12-121-1/+7
* json_object: Add size_t json_object_sizeof()Björn Esser2017-12-111-0/+5
* Undeprecate the array_list, lh_table and printbuf typedefs, but move each to ...Eric Haszlakiewicz2017-12-061-15/+1
* Squash doxygen warnings, and make a few slight improvements to the docs.Eric Haszlakiewicz2017-12-061-1/+8
* Add a brief overview of each file to the docs.Eric Haszlakiewicz2017-12-061-0/+4
* Deprecated a few typedefs, add docs on json_object_iter, move json_number_cha...Eric Haszlakiewicz2017-12-051-8/+17
* Make sure to include the "*" on function pointer arguments to avoid a warning...Eric Haszlakiewicz2017-12-041-1/+1
* Fix a VS 2015 compiler warning.ssrlive2017-12-041-1/+1
* In json_object_deep_copy(), copy over _userdata, at least for json_type_strin...Eric Haszlakiewicz2017-11-291-2/+31
* Merge branch 'json_deep_copy' of https://github.com/commodo/json-c into commo...Eric Haszlakiewicz2017-11-291-0/+18
|\
| * json_object: implement json_object_deep_copy()Alexandru Ardelean2017-11-271-0/+18
* | Rename json_object_add_int() to json_object_int_inc() and eliminate the "int6...Eric Haszlakiewicz2017-11-271-25/+9
|/
* Merge pull request #363 from jvijtiuk/integer_additionEric Haszlakiewicz2017-11-271-0/+31
|\
| * Add json_object_add_int functionsJuraj Vijtiuk2017-09-141-0/+31
* | Issue #370: work around Clang-on-windows oddities by rearranging ifdefs.Eric Haszlakiewicz2017-10-221-2/+2
|/
* Issue#353: attempt to fix or ignore a few -Wdocumentation messages from Clang.Eric Haszlakiewicz2017-09-071-2/+19
* Merge pull request #319 from Dashlane/visual-studio-buildEric Haszlakiewicz2017-07-081-48/+54
|\