summaryrefslogtreecommitdiff
path: root/json_object.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed warningsAram Poghosyan2020-08-141-2/+2
* Fix "may be used uninitialized" Release build failureMarc2020-07-231-1/+1
* Issue #641: Add a cast to void * to address some theoretically undefined prin...Eric Haszlakiewicz2020-07-111-1/+1
* Use constants referring to the signed integer types when setting SSIZE_T_MAX.Eric Haszlakiewicz2020-07-011-3/+3
* In the json_tokener_state_number case, explicitly adjust what "number" charac...Eric Haszlakiewicz2020-06-291-1/+0
* Add json_object_array_shrink() (and array_list_shrink()) and use it in json_t...Eric Haszlakiewicz2020-06-201-1/+12
* Reformat the json_object-split branch with clang-formatjson_object-splitEric Haszlakiewicz2020-06-161-38/+31
* Drop the _delete field from struct json_object and call the type-specific del...Eric Haszlakiewicz2020-06-131-16/+30
* Drop the useless "char data[1]" from struct json_object. Fix a typo in a com...Eric Haszlakiewicz2020-06-131-1/+1
* The split of json_object into type-specific sub-structures is now functionall...Eric Haszlakiewicz2020-06-071-399/+75
* More fixes for old MSVC builds.Eric Haszlakiewicz2020-06-071-5/+5
* Kick json_type_string out of struct json_object.Eric Haszlakiewicz2020-06-071-91/+142
* Kick json_type_int and json_type_double out of struct json_object.Eric Haszlakiewicz2020-05-261-135/+170
* Declare variables earlier, to appease Visual Studio 2010.Eric Haszlakiewicz2020-05-251-3/+6
* Kick json_type_boolean out of struct json_object.Eric Haszlakiewicz2020-05-251-15/+36
* Add some backwards compat for Visual Studio 2013.Eric Haszlakiewicz2020-05-251-0/+5
* Kick json_type_array out of struct json_object; re-enable the test_deep_copy ...Eric Haszlakiewicz2020-05-251-28/+81
* Start splitting struct json_object into multiple sub-types, as descibed at ht...Eric Haszlakiewicz2020-05-251-49/+335
* Prevent truncation on custom double formatters.Tobias Stoeckmann2020-05-161-1/+2
* Revert part of PR#606 and use isnan/isinf again, but provide macro implementa...Eric Haszlakiewicz2020-05-161-6/+1
* Improved support for IBM operating systemsDavid McCann2020-05-141-1/+8
* Re-do clang-format.Eric Haszlakiewicz2020-04-181-1/+0
* Make json_abort() internal to json_object.cEric Haszlakiewicz2020-04-181-0/+25
* Enforce strict prototypes.Björn Esser2020-04-131-1/+1
* Clean trailing white-space.Björn Esser2020-04-111-1/+1
* Fix one more assert("!invalid cint_type") to use json_abort(...) instead.Eric Haszlakiewicz2020-04-101-1/+1
* clang-format the filesdota172020-04-031-479/+451
* add the disabling formatting coments and adjust the partial code manulydota172020-04-031-20/+21
* Changed order of calloc args to match stdlibRobert2020-04-021-1/+1
* add test casesdota172020-03-311-1/+2
* Fixes various Wreturn-type and Wimplicit-fallthrough errors on Mingw-w64Jehan2020-03-161-5/+5
* Follow up the PR#542: improve assert() calls, simplify code in json_object_eq...Eric Haszlakiewicz2020-03-021-21/+18
* update json_object.c and testcase, delete json_object_uint_inc()dota172020-02-281-48/+19
* modify partial functions and testcase, in order to support automatic conversi...dota172020-02-281-33/+79
* modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uin...dota172020-02-271-66/+86
* add uint64 data to json-cdota172020-02-251-0/+95
* Issue #539: use a internal-only serializer function in json_object_new_double...Eric Haszlakiewicz2020-02-141-3/+16
* Issue #539: reset the serializer when json_object_set_double() is called and ...Eric Haszlakiewicz2020-02-131-0/+2
* 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-1/+1
* Add an explicit cast to double to squash a -Wimplicit-int-float-conversion wa...Eric Haszlakiewicz2019-08-121-1/+3
* Issue #486: append a missing ".0" to negative double values too.Eric Haszlakiewicz2019-05-281-3/+8
* Merge pull request #453 from darjankrijan/masterEric Haszlakiewicz2018-12-111-4/+4
|\
| * Removed spaces after \n for arrays as wellDarjan Krijan2018-11-211-2/+2
| * Fixed misalignment in JSON string due to space after \n being printed when ch...Darjan Krijan2018-11-201-2/+2
* | Merge pull request #454 from ramiropolla/json_object_privateEric Haszlakiewicz2018-11-301-1/+1
|\ \
| * | json_object_private: save 8 bytes in struct json_object in 64-bit architecturesRamiro Polla2018-11-241-1/+1
| |/
* | Merge pull request #461 from andy5995/issue_422Eric Haszlakiewicz2018-11-281-2/+9
|\ \
| * | json_object.c:set errno in json_object_get_double()andy59952018-11-261-2/+9
| |/
* | json_object.h:document json_object_new_string_len()andy59952018-11-271-1/+1
|/