index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
json-tests.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-08-21
Speed up JSON parsing by not maintaining line and column (bug#79192)
Mattias Engdegård
2025-03-30
Respect narrowed buffers when parsing JSON (bug#77325)
Pip Cet
2025-02-23
Prefer incf to cl-incf in tests
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-09-08
Make json-serialize always return a unibyte string (bug#70007)
Mattias Engdegård
2024-04-02
Fix json-insert unibyte buffer bug (bug#70007)
Mattias Engdegård
2024-04-01
Update JSON parser test and docs
Mattias Engdegård
2024-04-01
Don't signal `json-end-of-file` for short nonempty bad JSON inputs
Mattias Engdegård
2024-04-01
Faster JSON parsing
Mattias Engdegård
2024-04-01
Native JSON support is always available
Mattias Engdegård
2024-03-30
New JSON encoder (bug#70007)
Mattias Engdegård
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-07-02
Allow NUL characters in JSON input
Lars Ingebrigtsen
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-08-08
Use string-replace instead of replace-regexp-in-string
Mattias Engdegård
2021-02-13
Allow any JSON value at the top level (Bug#42994).
Philipp Stephani
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-06-29
Fix undefined behavior in json.c (Bug#42113)
Philipp Stephani
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-06-29
* test/src/json-tests.el (json-serialize/object): Fix spacing.
Andreas Schwab
2019-06-28
Fix json-serialize/object test failure
Pip Cet
2019-04-23
Small fix for a JSON unit test.
Philipp Stephani
2019-04-13
Add :array-type option to json-parse-string
Dmitry Gutov
2018-12-31
Update more copyright years
Paul Eggert
2018-11-25
Replace insignificant backquotes
Michael Heerdegen
2018-10-13
Improve 'json-insert' so it doesn't cons a string from JSON
Eli Zaretskii
2018-09-21
Support bignums when serializing JSON
Philipp Stephani
2018-06-19
Skip a json.c test unless functions being tested exist
João Távora
2018-06-15
Also allow custom false and null when serializing to JSON
João Távora
2018-06-15
Support custom null and false objects when parsing JSON
João Távora
2018-06-07
Accept plists when serializing and parsing JSON
João Távora
2018-03-09
Quieten --without-json compilation of json-tests.el
Glenn Morris
2018-02-03
Add tests to verify error propagation in 'json-insert'.
Philipp Stephani
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-12-30
Improve error reporting when serializing non-Unicode strings to JSON
Philipp Stephani
2017-12-24
Add more Unicode test cases for JSON conversion
Philipp Stephani
2017-12-24
Accept alists when serializing JSON
Philipp Stephani
2017-12-24
JSON serialization: reject duplicate keys in hashtables
Philipp Stephani
2017-12-22
Add a few more unit tests for JSON
Philipp Stephani
2017-12-22
Simplify a JSON test
Philipp Stephani
2017-12-22
Fix bugs in JSON test
Philipp Stephani
2017-12-19
Allow JSON parser functions to return alists
Philipp Stephani
2017-12-19
JSON: Add tests for Unicode edge cases
Philipp Stephani
2017-12-10
Skip tests for json.c unless compiled with native JSON support.
Philipp Stephani
2017-12-10
Implement native JSON support using Jansson
Philipp Stephani
2017-09-18
Revert "Implement native JSON support using Jansson"
Philipp Stephani
2017-09-18
Implement native JSON support using Jansson
Philipp Stephani