summaryrefslogtreecommitdiff
path: root/test/src/json-tests.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-21Speed up JSON parsing by not maintaining line and column (bug#79192)Mattias Engdegård
2025-03-30Respect narrowed buffers when parsing JSON (bug#77325)Pip Cet
2025-02-23Prefer incf to cl-incf in testsStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-09-08Make json-serialize always return a unibyte string (bug#70007)Mattias Engdegård
2024-04-02Fix json-insert unibyte buffer bug (bug#70007)Mattias Engdegård
2024-04-01Update JSON parser test and docsMattias Engdegård
2024-04-01Don't signal `json-end-of-file` for short nonempty bad JSON inputsMattias Engdegård
2024-04-01Faster JSON parsingMattias Engdegård
2024-04-01Native JSON support is always availableMattias Engdegård
2024-03-30New JSON encoder (bug#70007)Mattias Engdegård
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-07-02Allow NUL characters in JSON inputLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård
2021-02-13Allow any JSON value at the top level (Bug#42994).Philipp Stephani
2021-01-01Update copyright year to 2021Paul Eggert
2020-06-29Fix undefined behavior in json.c (Bug#42113)Philipp Stephani
2020-01-01Update copyright year to 2020Paul Eggert
2019-06-29* test/src/json-tests.el (json-serialize/object): Fix spacing.Andreas Schwab
2019-06-28Fix json-serialize/object test failurePip Cet
2019-04-23Small fix for a JSON unit test.Philipp Stephani
2019-04-13Add :array-type option to json-parse-stringDmitry Gutov
2018-12-31Update more copyright yearsPaul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-10-13Improve 'json-insert' so it doesn't cons a string from JSONEli Zaretskii
2018-09-21Support bignums when serializing JSONPhilipp Stephani
2018-06-19Skip a json.c test unless functions being tested existJoão Távora
2018-06-15Also allow custom false and null when serializing to JSONJoão Távora
2018-06-15Support custom null and false objects when parsing JSONJoão Távora
2018-06-07Accept plists when serializing and parsing JSONJoão Távora
2018-03-09Quieten --without-json compilation of json-tests.elGlenn Morris
2018-02-03Add tests to verify error propagation in 'json-insert'.Philipp Stephani
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-30Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani
2017-12-24Add more Unicode test cases for JSON conversionPhilipp Stephani
2017-12-24Accept alists when serializing JSONPhilipp Stephani
2017-12-24JSON serialization: reject duplicate keys in hashtablesPhilipp Stephani
2017-12-22Add a few more unit tests for JSONPhilipp Stephani
2017-12-22Simplify a JSON testPhilipp Stephani
2017-12-22Fix bugs in JSON testPhilipp Stephani
2017-12-19Allow JSON parser functions to return alistsPhilipp Stephani
2017-12-19JSON: Add tests for Unicode edge casesPhilipp Stephani
2017-12-10Skip tests for json.c unless compiled with native JSON support.Philipp Stephani
2017-12-10Implement native JSON support using JanssonPhilipp Stephani
2017-09-18Revert "Implement native JSON support using Jansson"Philipp Stephani
2017-09-18Implement native JSON support using JanssonPhilipp Stephani