summaryrefslogtreecommitdiff
path: root/test/src/json-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Accept plists when serializing and parsing JSONscratch/support-plists-in-jsonc-autodetectJoão Távora2018-06-041-2/+28
* Quieten --without-json compilation of json-tests.elGlenn Morris2018-03-091-0/+5
* Add tests to verify error propagation in 'json-insert'.Philipp Stephani2018-02-031-0/+32
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani2017-12-301-7/+5
* Add more Unicode test cases for JSON conversionPhilipp Stephani2017-12-241-5/+21
* Accept alists when serializing JSONPhilipp Stephani2017-12-241-1/+13
* JSON serialization: reject duplicate keys in hashtablesPhilipp Stephani2017-12-241-0/+8
* Add a few more unit tests for JSONPhilipp Stephani2017-12-221-0/+22
* Simplify a JSON testPhilipp Stephani2017-12-221-2/+1
* Fix bugs in JSON testPhilipp Stephani2017-12-221-1/+1
* Allow JSON parser functions to return alistsPhilipp Stephani2017-12-191-7/+9
* JSON: Add tests for Unicode edge casesPhilipp Stephani2017-12-191-3/+20
* Skip tests for json.c unless compiled with native JSON support.Philipp Stephani2017-12-101-0/+9
* Implement native JSON support using JanssonPhilipp Stephani2017-12-101-0/+97
* Revert "Implement native JSON support using Jansson"Philipp Stephani2017-09-181-61/+0
* Implement native JSON support using JanssonPhilipp Stephani2017-09-181-0/+61