summaryrefslogtreecommitdiff
path: root/json/apr_json_encode.c
Commit message (Expand)AuthorAgeFilesLines
* Add APR_DECLARE() to apr_json_*() and apr_jose_*() functions declaration toIvan Zhakov2019-10-081-2/+4
* Make it possible to iterate through JSON arrays as well as JSON objects.Graham Leggett2018-08-311-6/+11
* Rework the create functions to create a JSON object for eachGraham Leggett2018-07-151-1/+3
* apr_json: Add support for encoding and decoding RFC8259 JSON.Graham Leggett2018-07-081-0/+300