summaryrefslogtreecommitdiff
path: root/json_pointer.h
Commit message (Collapse)AuthorAgeFilesLines
* clang-format the filesdota172020-04-031-5/+8
|
* Issue #488: use JSON_EXPORT on functions so they are properly exported on ↵Eric Haszlakiewicz2019-09-081-4/+4
| | | | Windows.
* json_pointer.h:suggest minor grammar improvement for pointer docandy59952019-07-231-2/+2
|
* Add a brief overview of each file to the docs.Eric Haszlakiewicz2017-12-061-0/+5
|
* json_pointer: add json_pointer_getf/setf() function variantsAlexandru Ardelean2016-11-221-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 revisionAlexandru Ardelean2016-11-041-0/+69
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>