summaryrefslogtreecommitdiffstats
path: root/test/json.c
Commit message (Collapse)AuthorAgeFilesLines
* json: add some non-standard extensionswm42018-05-241-3/+13
| | | | | Also clarify this and previously existing differences to standard JSON in ipc.rst.
* json: format slightly nicer escape sequenceswm42018-05-241-1/+2
| | | | | | Make use the escape sequences allowed by JSON. Also update the linked RFC to the newest one.
* test: add tests for json parser/formatterwm42018-05-241-0/+86
This should have been done sooner.