Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-format the files | dota17 | 2020-04-03 | 1 | -5/+8 |
| | |||||
* | Issue #488: use JSON_EXPORT on functions so they are properly exported on ↵ | Eric Haszlakiewicz | 2019-09-08 | 1 | -4/+4 |
| | | | | Windows. | ||||
* | json_pointer.h:suggest minor grammar improvement for pointer doc | andy5995 | 2019-07-23 | 1 | -2/+2 |
| | |||||
* | Add a brief overview of each file to the docs. | Eric Haszlakiewicz | 2017-12-06 | 1 | -0/+5 |
| | |||||
* | json_pointer: add json_pointer_getf/setf() function variants | Alexandru Ardelean | 2016-11-22 | 1 | -0/+46 |
| | | | | | | | | | | | | These include support for printf() style args for path. Adds support for calling with 'json_pointer_getf(obj, &res, "/foo/%d/%s", 0, bar)' style args. Makes it easier for doing more dynamic stuff/magic, without needing to use vasprintf() externally. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> | ||||
* | json_pointer: add first revision | Alexandru Ardelean | 2016-11-04 | 1 | -0/+69 |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> |