summaryrefslogtreecommitdiff
path: root/test/src/json-tests.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Allow NUL characters in JSON inputLars Ingebrigtsen2022-07-02
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-08
* Allow any JSON value at the top level (Bug#42994).Philipp Stephani2021-02-13
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix undefined behavior in json.c (Bug#42113)Philipp Stephani2020-06-29
* Update copyright year to 2020Paul Eggert2020-01-01
* * test/src/json-tests.el (json-serialize/object): Fix spacing.Andreas Schwab2019-06-29
* Fix json-serialize/object test failurePip Cet2019-06-28
* Small fix for a JSON unit test.Philipp Stephani2019-04-23
* Add :array-type option to json-parse-stringDmitry Gutov2019-04-13
* Update more copyright yearsPaul Eggert2018-12-31
* Replace insignificant backquotesMichael Heerdegen2018-11-25
* Improve 'json-insert' so it doesn't cons a string from JSONEli Zaretskii2018-10-13
* Support bignums when serializing JSONPhilipp Stephani2018-09-21
* Skip a json.c test unless functions being tested existJoão Távora2018-06-19
* Also allow custom false and null when serializing to JSONJoão Távora2018-06-15
* Support custom null and false objects when parsing JSONJoão Távora2018-06-15
* Accept plists when serializing and parsing JSONJoão Távora2018-06-07
* Quieten --without-json compilation of json-tests.elGlenn Morris2018-03-09
* Add tests to verify error propagation in 'json-insert'.Philipp Stephani2018-02-03
* Update copyright year to 2018Paul Eggert2018-01-01
* Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani2017-12-30
* Add more Unicode test cases for JSON conversionPhilipp Stephani2017-12-24
* Accept alists when serializing JSONPhilipp Stephani2017-12-24
* JSON serialization: reject duplicate keys in hashtablesPhilipp Stephani2017-12-24
* Add a few more unit tests for JSONPhilipp Stephani2017-12-22
* Simplify a JSON testPhilipp Stephani2017-12-22
* Fix bugs in JSON testPhilipp Stephani2017-12-22
* Allow JSON parser functions to return alistsPhilipp Stephani2017-12-19
* JSON: Add tests for Unicode edge casesPhilipp Stephani2017-12-19
* Skip tests for json.c unless compiled with native JSON support.Philipp Stephani2017-12-10
* Implement native JSON support using JanssonPhilipp Stephani2017-12-10
* Revert "Implement native JSON support using Jansson"Philipp Stephani2017-09-18
* Implement native JSON support using JanssonPhilipp Stephani2017-09-18