summaryrefslogtreecommitdiff
path: root/json.h
Commit message (Collapse)AuthorAgeFilesLines
* clang-format the filesdota172020-04-031-5/+5
|
* Add a brief overview of each file to the docs.Eric Haszlakiewicz2017-12-061-0/+4
|
* json_pointer: add first revisionAlexandru Ardelean2016-11-041-0/+1
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Move the json_min() and json_max() macros to json_util.h and mark everything ↵Eric Haszlakiewicz2014-05-041-1/+0
| | | | | | else in bits.h deprecated. Eliminate all uses of bits.h within the json-c code.
* Add a json_c_version.h header (included from json.h), and several macros and ↵Eric Haszlakiewicz2012-12-231-0/+1
| | | | functions for retrieving the json-c version at compile-time and run-time.
* Add alternative iterator implementationKeith Derrick2012-04-121-0/+2
|
* * Make headers C++ compatible by change *this to *objMichael Clark2007-03-131-11/+12
| | | | | | | | | | | | | | | * Add ifdef C++ extern "C" to headers * Use simpler definition of min and max in bits.h Larry Lansing, llansing at fuzzynerd dot com * Remove automake 1.6 requirement * Move autogen commands into autogen.sh. Update README * Remove error pointer special case for Windows * Change license from LGPL to MIT Michael Clark <michael@metaparadigm.com> git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@10 327403b1-1117-474d-bef2-5cb71233fd97
* import of version 0.1Michael Clark2007-03-131-0/+30
git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@2 327403b1-1117-474d-bef2-5cb71233fd97