index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
json.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an appropriate error for reading bad JSON arrays
Mark Oteiza
2020-02-13
1
-1
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Improve pretty-printing of multiple JSON snippets in a region
Tassilo Horn
2019-08-02
1
-19
/
+54
*
Restore `replace-region-contents' in json-pretty-print
Lars Ingebrigtsen
2019-07-31
1
-10
/
+25
*
Fix pretty-printing of {}
Lars Ingebrigtsen
2019-07-10
1
-3
/
+5
*
Remove json-pretty-print-max-secs introduced earlier this year
Lars Ingebrigtsen
2019-07-10
1
-9
/
+0
*
Fix pretty-printing of multiple JSON objects
Lars Ingebrigtsen
2019-07-09
1
-10
/
+14
*
Revert "Fix pretty-printing of multiple JSON objects"
Lars Ingebrigtsen
2019-07-09
1
-13
/
+12
*
Fix pretty-printing of multiple JSON objects
Lars Ingebrigtsen
2019-07-09
1
-12
/
+13
*
; * lisp/json.el (json-encode): Doc fix.
Eli Zaretskii
2019-07-09
1
-2
/
+2
*
Clarify json-read and json-encode parameters and return values
Lars Ingebrigtsen
2019-07-09
1
-2
/
+18
*
Improve replace-buffer-contents/replace-region-contents
Tassilo Horn
2019-02-23
1
-1
/
+14
*
Fix missing interactive spec
Tassilo Horn
2019-02-20
1
-1
/
+1
*
Impl. json-pretty-print with replace-region-contents + minimization
Tassilo Horn
2019-02-08
1
-26
/
+30
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-4
/
+4
*
|
Audit use of lsh and fix glitches
Paul Eggert
2018-08-21
1
-1
/
+1
*
|
Fix pretty-printing empty objects as null
Damien Cassou
2018-06-14
1
-3
/
+4
|
/
*
Pass json-readtable-error data as a list (bug#30489)
Basil L. Contovounesios
2018-03-18
1
-1
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
* lisp/json.el (json-read-keyword): Revert previous change to catch EOL.
Mark Oteiza
2017-09-15
1
-1
/
+1
*
; Partially revert previous commit
Mark Oteiza
2017-09-15
1
-4
/
+4
*
More JSON optimization
Mark Oteiza
2017-09-15
1
-17
/
+18
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Embed JSON readtable into json-read
Mark Oteiza
2017-09-04
1
-11
/
+11
*
Treat control characters in JSON strings as invalid
Mark Oteiza
2017-08-17
1
-9
/
+11
*
Tiny JSON performance improvement
Mark Oteiza
2017-08-14
1
-4
/
+5
*
Fix definition of whitespace in JSON
Philipp Stephani
2017-05-21
1
-1
/
+5
*
; Update contributor name
Glenn Morris
2017-05-06
1
-1
/
+1
*
More json.el changes
Mark Oteiza
2017-02-18
1
-10
/
+10
*
Minor changes in json.el
Mark Oteiza
2017-02-15
1
-7
/
+7
*
Fix encoding of JSON surrogate pairs
Philipp Stephani
2017-01-01
1
-0
/
+15
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
|
*
Fix problems caused by new implementation of sub-word mode
Eli Zaretskii
2016-02-05
1
-2
/
+2
*
|
Turn on lexical-binding in json.el
Mark Oteiza
2016-08-10
1
-1
/
+1
*
|
Fix problems caused by new implementation of sub-word mode
Eli Zaretskii
2016-03-21
1
-2
/
+2
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Extend the test suite for json.el
Simen Heggestøyl
2015-11-24
1
-1
/
+1
*
Enable sorting of JSON object keys when encoding
Simen Heggestøyl
2015-11-12
1
-39
/
+78
*
Add support for retrieving paths to JSON elements
Simen Heggestøyl
2015-11-08
1
-0
/
+76
*
* lisp/json.el (json-new-object): Optimize trivial `list' call
Stefan Monnier
2015-10-27
1
-1
/
+1
*
Maintain ordering of JSON object keys by default
Simen Heggestøyl
2015-10-03
1
-2
/
+19
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-1
/
+1
*
Fix minor text quoting problems in lisp top level
Paul Eggert
2015-08-28
1
-1
/
+1
*
Only escape quotation mark, backslash and cntrl U+0000 to U+001F
Dmitry Gutov
2015-03-25
1
-3
/
+3
*
Get rid of json-decode-char0 as well
Dmitry Gutov
2015-03-23
1
-7
/
+1
*
Rewrite json-encode-string
Dmitry Gutov
2015-03-23
1
-17
/
+20
*
* lisp/json.el (json-end-of-file): New error.
Era Eriksson
2015-02-05
1
-2
/
+4
[next]