Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add includes and split off json_types.h to help ensure that headers can be ↵ | Eric Haszlakiewicz | 2020-04-06 | 1 | -8/+1 |
| | | | | included in any order. | ||||
* | clang-format the files | dota17 | 2020-04-03 | 1 | -26/+13 |
| | |||||
* | Issue #488: use JSON_EXPORT on functions so they are properly exported on ↵ | Eric Haszlakiewicz | 2019-09-08 | 1 | -7/+15 |
| | | | | Windows. | ||||
* | Adjust the description of json_object_iterator a bit. | Eric Haszlakiewicz | 2017-12-05 | 1 | -4/+5 |
| | |||||
* | Issue #76: use old style comment to allow json_object_iterator.h to build in ↵ | Eric Haszlakiewicz | 2013-04-30 | 1 | -1/+1 |
| | | | | ansi mode. | ||||
* | Since we already use a local json_bool type, replace any stdbool.h usage with | Eric Haszlakiewicz | 2012-04-24 | 1 | -3/+2 |
| | | | | that, since not all environments actually have a stdbool.h to use. | ||||
* | Clean up documentation and correct sample code | Keith Derrick | 2012-04-23 | 1 | -81/+67 |
| | |||||
* | Add alternative iterator implementation | Keith Derrick | 2012-04-12 | 1 | -0/+254 |