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