summaryrefslogtreecommitdiff
path: root/json/apr_json_encode.c
Commit message (Collapse)AuthorAgeFilesLines
* Add APR_DECLARE() to apr_json_*() and apr_jose_*() functions declaration toIvan Zhakov2019-10-081-2/+4
| | | | | | fix 32-bit Windows build. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1868125 13f79535-47bb-0310-9956-ffa450edef68
* Make it possible to iterate through JSON arrays as well as JSON objects.Graham Leggett2018-08-311-6/+11
| | | | | | | | As a side effect, this removes the need for the temporary pool during JSON decoding. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839735 13f79535-47bb-0310-9956-ffa450edef68
* Rework the create functions to create a JSON object for eachGraham Leggett2018-07-151-1/+3
| | | | | | | JSON type. Simplifies code that uses the library. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1835979 13f79535-47bb-0310-9956-ffa450edef68
* apr_json: Add support for encoding and decoding RFC8259 JSON.Graham Leggett2018-07-081-0/+300
Submitted by: Moriyoshi Koizumi <mozo mozo jp> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1835348 13f79535-47bb-0310-9956-ffa450edef68