summaryrefslogtreecommitdiff
path: root/lisp/json.el
AgeCommit message (Expand)Author
2021-03-24Convert many more links to use HTTPSStefan Kangas
2021-03-06Speed up json.el encodingBasil L. Contovounesios
2021-02-21Fix json.el encoding of confusable object keysBasil L. Contovounesios
2021-01-03Fix last change in json.elMark Oteiza
2021-01-03Remove unnecessary dependency on seq libraryMark Oteiza
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios
2020-09-21(json-encode-string): Strip properties to fix bug#43549Sam Steingold
2020-05-22Various json.el improvementsBasil L. Contovounesios
2020-04-20Merge from origin/emacs-27Glenn Morris
2020-04-18; Fix some typos and doc issues (bug#40695)Štěpán Němec
2020-02-13Add an appropriate error for reading bad JSON arraysMark Oteiza
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-02Improve pretty-printing of multiple JSON snippets in a regionTassilo Horn
2019-07-31Restore `replace-region-contents' in json-pretty-printLars Ingebrigtsen
2019-07-10Fix pretty-printing of {}Lars Ingebrigtsen
2019-07-10Remove json-pretty-print-max-secs introduced earlier this yearLars Ingebrigtsen
2019-07-09Fix pretty-printing of multiple JSON objectsLars Ingebrigtsen
2019-07-09Revert "Fix pretty-printing of multiple JSON objects"Lars Ingebrigtsen
2019-07-09Fix pretty-printing of multiple JSON objectsLars Ingebrigtsen
2019-07-09; * lisp/json.el (json-encode): Doc fix.Eli Zaretskii
2019-07-09Clarify json-read and json-encode parameters and return valuesLars Ingebrigtsen
2019-02-23Improve replace-buffer-contents/replace-region-contentsTassilo Horn
2019-02-20Fix missing interactive specTassilo Horn
2019-02-08Impl. json-pretty-print with replace-region-contents + minimizationTassilo Horn
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-08-21Audit use of lsh and fix glitchesPaul Eggert
2018-06-14Fix pretty-printing empty objects as nullDamien Cassou
2018-03-18Pass json-readtable-error data as a list (bug#30489)Basil L. Contovounesios
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-15* lisp/json.el (json-read-keyword): Revert previous change to catch EOL.Mark Oteiza
2017-09-15; Partially revert previous commitMark Oteiza
2017-09-15More JSON optimizationMark Oteiza
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-09-04Embed JSON readtable into json-readMark Oteiza
2017-08-17Treat control characters in JSON strings as invalidMark Oteiza
2017-08-14Tiny JSON performance improvementMark Oteiza
2017-05-21Fix definition of whitespace in JSONPhilipp Stephani
2017-05-06; Update contributor nameGlenn Morris
2017-02-18More json.el changesMark Oteiza
2017-02-15Minor changes in json.elMark Oteiza
2017-01-01Fix encoding of JSON surrogate pairsPhilipp Stephani
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-08-10Turn on lexical-binding in json.elMark Oteiza
2016-03-21Fix problems caused by new implementation of sub-word modeEli Zaretskii
2016-02-05Fix problems caused by new implementation of sub-word modeEli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert