Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 7.4.1279v7.4.1279 | Bram Moolenaar | 2016-02-07 | 1 | -49/+49 |
| | | | | | | Problem: jsonencode() is not producing strict JSON. Solution: Add jsencode() and jsdecode(). Make jsonencode() and jsondecode() strict. | ||||
* | patch 7.4.1242v7.4.1242 | Bram Moolenaar | 2016-02-02 | 1 | -0/+4 |
| | | | | | Problem: json_test fails without the eval feature. Solution: Add #ifdef. | ||||
* | patch 7.4.1238v7.4.1238 | Bram Moolenaar | 2016-02-02 | 1 | -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. |