summaryrefslogtreecommitdiff
path: root/test/src/json-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Respect narrowed buffers when parsing JSON (bug#77325)Pip Cet13 days1-0/+26
* Prefer incf to cl-incf in testsStefan Kangas2025-02-231-2/+2
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Make json-serialize always return a unibyte string (bug#70007)Mattias Engdegård2024-09-081-24/+26
* Fix json-insert unibyte buffer bug (bug#70007)Mattias Engdegård2024-04-021-8/+35
* Update JSON parser test and docsMattias Engdegård2024-04-011-5/+2
* Don't signal `json-end-of-file` for short nonempty bad JSON inputsMattias Engdegård2024-04-011-3/+1
* Faster JSON parsingMattias Engdegård2024-04-011-19/+50
* Native JSON support is always availableMattias Engdegård2024-04-011-23/+0
* New JSON encoder (bug#70007)Mattias Engdegård2024-03-301-7/+34
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Allow NUL characters in JSON inputLars Ingebrigtsen2022-07-021-2/+5
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* Allow any JSON value at the top level (Bug#42994).Philipp Stephani2021-02-131-0/+28
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix undefined behavior in json.c (Bug#42113)Philipp Stephani2020-06-291-0/+12
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * test/src/json-tests.el (json-serialize/object): Fix spacing.Andreas Schwab2019-06-291-2/+2
* Fix json-serialize/object test failurePip Cet2019-06-281-1/+2
* Small fix for a JSON unit test.Philipp Stephani2019-04-231-1/+1
* Add :array-type option to json-parse-stringDmitry Gutov2019-04-131-0/+8
* Update more copyright yearsPaul Eggert2018-12-311-1/+1
* Replace insignificant backquotesMichael Heerdegen2018-11-251-2/+2
* Improve 'json-insert' so it doesn't cons a string from JSONEli Zaretskii2018-10-131-4/+5
* Support bignums when serializing JSONPhilipp Stephani2018-09-211-0/+8
* Skip a json.c test unless functions being tested existJoão Távora2018-06-191-0/+2
* Also allow custom false and null when serializing to JSONJoão Távora2018-06-151-5/+13
* Support custom null and false objects when parsing JSONJoão Távora2018-06-151-0/+29
* Accept plists when serializing and parsing JSONJoão Távora2018-06-071-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