summaryrefslogtreecommitdiff
path: root/lisp/json.el
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-18
* Update copyright year to 2020Paul Eggert2020-01-01
* Improve pretty-printing of multiple JSON snippets in a regionTassilo Horn2019-08-02
* Restore `replace-region-contents' in json-pretty-printLars Ingebrigtsen2019-07-31
* Fix pretty-printing of {}Lars Ingebrigtsen2019-07-10
* Remove json-pretty-print-max-secs introduced earlier this yearLars Ingebrigtsen2019-07-10
* Fix pretty-printing of multiple JSON objectsLars Ingebrigtsen2019-07-09
* Revert "Fix pretty-printing of multiple JSON objects"Lars Ingebrigtsen2019-07-09
* Fix pretty-printing of multiple JSON objectsLars Ingebrigtsen2019-07-09
* ; * lisp/json.el (json-encode): Doc fix.Eli Zaretskii2019-07-09
* Clarify json-read and json-encode parameters and return valuesLars Ingebrigtsen2019-07-09
* Improve replace-buffer-contents/replace-region-contentsTassilo Horn2019-02-23
* Fix missing interactive specTassilo Horn2019-02-20
* Impl. json-pretty-print with replace-region-contents + minimizationTassilo Horn2019-02-08
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-21
* | Fix pretty-printing empty objects as nullDamien Cassou2018-06-14
|/
* Pass json-readtable-error data as a list (bug#30489)Basil L. Contovounesios2018-03-18
* Update copyright year to 2018Paul Eggert2018-01-01
* * lisp/json.el (json-read-keyword): Revert previous change to catch EOL.Mark Oteiza2017-09-15
* ; Partially revert previous commitMark Oteiza2017-09-15
* More JSON optimizationMark Oteiza2017-09-15
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Embed JSON readtable into json-readMark Oteiza2017-09-04
* Treat control characters in JSON strings as invalidMark Oteiza2017-08-17
* Tiny JSON performance improvementMark Oteiza2017-08-14
* Fix definition of whitespace in JSONPhilipp Stephani2017-05-21
* ; Update contributor nameGlenn Morris2017-05-06
* More json.el changesMark Oteiza2017-02-18
* Minor changes in json.elMark Oteiza2017-02-15
* Fix encoding of JSON surrogate pairsPhilipp Stephani2017-01-01
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
| * Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-05
* | Turn on lexical-binding in json.elMark Oteiza2016-08-10
* | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-03-21
|/
* Update copyright year to 2016Paul Eggert2016-01-01
* Extend the test suite for json.elSimen Heggestøyl2015-11-24
* Enable sorting of JSON object keys when encodingSimen Heggestøyl2015-11-12
* Add support for retrieving paths to JSON elementsSimen Heggestøyl2015-11-08
* * lisp/json.el (json-new-object): Optimize trivial `list' callStefan Monnier2015-10-27
* Maintain ordering of JSON object keys by defaultSimen Heggestøyl2015-10-03
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-07
* Fix minor text quoting problems in lisp top levelPaul Eggert2015-08-28
* Only escape quotation mark, backslash and cntrl U+0000 to U+001FDmitry Gutov2015-03-25
* Get rid of json-decode-char0 as wellDmitry Gutov2015-03-23
* Rewrite json-encode-stringDmitry Gutov2015-03-23