summaryrefslogtreecommitdiff
path: root/json_object_private.h
Commit message (Expand)AuthorAgeFilesLines
* In the json_tokener_state_number case, explicitly adjust what "number" charac...Eric Haszlakiewicz2020-06-291-1/+0
* Reformat the json_object-split branch with clang-formatjson_object-splitEric Haszlakiewicz2020-06-161-1/+1
* Include unistd.h to fix the build on OSXEric Haszlakiewicz2020-06-141-0/+4
* Drop the _delete field from struct json_object and call the type-specific del...Eric Haszlakiewicz2020-06-131-3/+0
* Drop the useless "char data[1]" from struct json_object. Fix a typo in a com...Eric Haszlakiewicz2020-06-131-1/+2
* Move the ssize_t typedef from json_inttypes.h to json_object_private.h so as ...Eric Haszlakiewicz2020-06-071-0/+5
* The split of json_object into type-specific sub-structures is now functionall...Eric Haszlakiewicz2020-06-071-27/+8
* Kick json_type_string out of struct json_object.Eric Haszlakiewicz2020-06-071-18/+12
* Kick json_type_int and json_type_double out of struct json_object.Eric Haszlakiewicz2020-05-261-11/+1
* Kick json_type_boolean out of struct json_object.Eric Haszlakiewicz2020-05-251-1/+0
* Kick json_type_array out of struct json_object; re-enable the test_deep_copy ...Eric Haszlakiewicz2020-05-251-1/+0
* Start splitting struct json_object into multiple sub-types, as descibed at ht...Eric Haszlakiewicz2020-05-251-1/+52
* Add includes and split off json_types.h to help ensure that headers can be in...Eric Haszlakiewicz2020-04-061-0/+4
* clang-format the filesdota172020-04-031-33/+39
* add the disabling formatting coments and adjust the partial code manulydota172020-04-031-3/+4
* modify partial functions and testcase, in order to support automatic conversi...dota172020-02-281-0/+6
* modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uin...dota172020-02-271-2/+7
* add uint64 data to json-cdota172020-02-251-0/+1
* json_object_private: save 8 bytes in struct json_object in 64-bit architecturesRamiro Polla2018-11-241-1/+1
* json_object_private: Use unsigned 32-bit integer type for refcountBjörn Esser2017-12-171-1/+1
* 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-0/+3
* Rename _set_last_err() to _json_c_set_last_err().Eric Haszlakiewicz2017-11-291-1/+1
* Make _set_last_err() non-static so it can be used outside of json_util.cEric Haszlakiewicz2017-06-181-0/+2
* more efficient handling for smalls strings inside json_objectRainer Gerhards2015-09-231-1/+9
* Add a json_set_serializer() function to allow the string output of a json_obj...Eric Haszlakiewicz2012-09-021-6/+4
* Add a json_object_to_json_string_ext() function to allow the formatting of ou...Eric Haszlakiewicz2012-04-281-1/+3
* Rename boolean type to json_boolKeith Derrick2012-03-261-1/+1
* move definition of json_object_iter to public header to enable external use o...Jehiah Czebotar2011-05-251-8/+0
* update json_object_new_string_len, json_escape_str (internal). Writer handles...Jehiah Czebotar2011-01-141-1/+4
* Simplify things by storing integer values only as int64_t's internally, andehaszla2010-12-071-1/+0
* * Add int64 support. Two new functions json_object_net_int64 andMichael Clark2010-10-061-1/+2
* * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark2009-02-251-0/+8
* * Make headers C++ compatible by change *this to *objMichael Clark2007-03-131-11/+4
* * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark2007-03-131-0/+26
* import of version 0.1Michael Clark2007-03-131-0/+25