summaryrefslogtreecommitdiff
path: root/lisp/json.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Convert many more links to use HTTPSStefan Kangas2021-03-24
* Speed up json.el encodingBasil L. Contovounesios2021-03-06
* Fix json.el encoding of confusable object keysBasil L. Contovounesios2021-02-21
* Fix last change in json.elMark Oteiza2021-01-03
* Remove unnecessary dependency on seq libraryMark Oteiza2021-01-03
* Update copyright year to 2021Paul Eggert2021-01-01
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* (json-encode-string): Strip properties to fix bug#43549Sam Steingold2020-09-21
* Various json.el improvementsBasil L. Contovounesios2020-05-22
* Merge from origin/emacs-27Glenn Morris2020-04-20
|\
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-18
* | Add an appropriate error for reading bad JSON arraysMark Oteiza2020-02-13
|/
* 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