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