summaryrefslogtreecommitdiff
path: root/src/json_test.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1279v7.4.1279Bram Moolenaar2016-02-071-49/+49
| | | | | | Problem: jsonencode() is not producing strict JSON. Solution: Add jsencode() and jsdecode(). Make jsonencode() and jsondecode() strict.
* patch 7.4.1242v7.4.1242Bram Moolenaar2016-02-021-0/+4
| | | | | Problem: json_test fails without the eval feature. Solution: Add #ifdef.
* patch 7.4.1238v7.4.1238Bram Moolenaar2016-02-021-0/+193
Problem: Can't handle two messages right after each other. Solution: Find the end of the JSON. Read more when incomplete. Add a C test for the JSON decoding.