summaryrefslogtreecommitdiff
path: root/include/apr_json.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a doxygen warningjailletc362018-09-021-1/+1
* apr_json: Split apr_json_object_set() into apr_json_object_set() withminfrin2018-09-011-2/+18
* Axe the 'pool' arg from apr_json_array_add() since it's not needed.minfrin2018-09-011-3/+2
* Revert 1839755 for now to unblock apr_jose.h.minfrin2018-09-011-11/+12
* apr_json: object keys are strings.ylavic2018-08-311-12/+11
* Make it possible to iterate through JSON arrays as well as JSON objects.minfrin2018-08-311-2/+68
* Add apr_json_object_first() and apr_json_object_next(), allowing theminfrin2018-08-301-0/+25
* Clarify comments on apr_json functions.minfrin2018-08-301-3/+5
* Teach apr_json_object_get() to support a length, to align with apr_hash_get().minfrin2018-08-301-1/+4
* Add the ability to overlay one JSON object over another.minfrin2018-08-031-0/+29
* Pass the apr_json_value_t into the apr_json_object_get() function tominfrin2018-08-021-1/+1
* Begone foul tabs, and blight not our shores.minfrin2018-07-161-12/+12
* Rework the create functions to create a JSON object for eachminfrin2018-07-151-10/+79
* * We cannot define the type of apr_json_object_t twice, here and in line 83.rpluem2018-07-091-2/+2
* apr_json: Add support for encoding and decoding RFC8259 JSON.minfrin2018-07-081-0/+248