summaryrefslogtreecommitdiff
path: root/lisp/json.el
Commit message (Expand)AuthorAgeFilesLines
* Add an appropriate error for reading bad JSON arraysMark Oteiza2020-02-131-1/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Improve pretty-printing of multiple JSON snippets in a regionTassilo Horn2019-08-021-19/+54
* Restore `replace-region-contents' in json-pretty-printLars Ingebrigtsen2019-07-311-10/+25
* Fix pretty-printing of {}Lars Ingebrigtsen2019-07-101-3/+5
* Remove json-pretty-print-max-secs introduced earlier this yearLars Ingebrigtsen2019-07-101-9/+0
* Fix pretty-printing of multiple JSON objectsLars Ingebrigtsen2019-07-091-10/+14
* Revert "Fix pretty-printing of multiple JSON objects"Lars Ingebrigtsen2019-07-091-13/+12
* Fix pretty-printing of multiple JSON objectsLars Ingebrigtsen2019-07-091-12/+13
* ; * lisp/json.el (json-encode): Doc fix.Eli Zaretskii2019-07-091-2/+2
* Clarify json-read and json-encode parameters and return valuesLars Ingebrigtsen2019-07-091-2/+18
* Improve replace-buffer-contents/replace-region-contentsTassilo Horn2019-02-231-1/+14
* Fix missing interactive specTassilo Horn2019-02-201-1/+1
* Impl. json-pretty-print with replace-region-contents + minimizationTassilo Horn2019-02-081-26/+30
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-4/+4
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-1/+1
* | Fix pretty-printing empty objects as nullDamien Cassou2018-06-141-3/+4
|/
* Pass json-readtable-error data as a list (bug#30489)Basil L. Contovounesios2018-03-181-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * lisp/json.el (json-read-keyword): Revert previous change to catch EOL.Mark Oteiza2017-09-151-1/+1
* ; Partially revert previous commitMark Oteiza2017-09-151-4/+4
* More JSON optimizationMark Oteiza2017-09-151-17/+18
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Embed JSON readtable into json-readMark Oteiza2017-09-041-11/+11
* Treat control characters in JSON strings as invalidMark Oteiza2017-08-171-9/+11
* Tiny JSON performance improvementMark Oteiza2017-08-141-4/+5
* Fix definition of whitespace in JSONPhilipp Stephani2017-05-211-1/+5
* ; Update contributor nameGlenn Morris2017-05-061-1/+1
* More json.el changesMark Oteiza2017-02-181-10/+10
* Minor changes in json.elMark Oteiza2017-02-151-7/+7
* Fix encoding of JSON surrogate pairsPhilipp Stephani2017-01-011-0/+15
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-2/+2
* | Turn on lexical-binding in json.elMark Oteiza2016-08-101-1/+1
* | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-03-211-2/+2
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Extend the test suite for json.elSimen Heggestøyl2015-11-241-1/+1
* Enable sorting of JSON object keys when encodingSimen Heggestøyl2015-11-121-39/+78
* Add support for retrieving paths to JSON elementsSimen Heggestøyl2015-11-081-0/+76
* * lisp/json.el (json-new-object): Optimize trivial `list' callStefan Monnier2015-10-271-1/+1
* Maintain ordering of JSON object keys by defaultSimen Heggestøyl2015-10-031-2/+19
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* Fix minor text quoting problems in lisp top levelPaul Eggert2015-08-281-1/+1
* Only escape quotation mark, backslash and cntrl U+0000 to U+001FDmitry Gutov2015-03-251-3/+3
* Get rid of json-decode-char0 as wellDmitry Gutov2015-03-231-7/+1
* Rewrite json-encode-stringDmitry Gutov2015-03-231-17/+20
* * lisp/json.el (json-end-of-file): New error.Era Eriksson2015-02-051-2/+4