summaryrefslogtreecommitdiff
path: root/lisp/json.el
AgeCommit message (Expand)Author
2020-04-18; Fix some typos and doc issues (bug#40695)Štěpán Němec
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
2015-11-24Extend the test suite for json.elSimen Heggestøyl
2015-11-12Enable sorting of JSON object keys when encodingSimen Heggestøyl
2015-11-08Add support for retrieving paths to JSON elementsSimen Heggestøyl
2015-10-27* lisp/json.el (json-new-object): Optimize trivial `list' callStefan Monnier
2015-10-03Maintain ordering of JSON object keys by defaultSimen Heggestøyl
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert
2015-08-28Fix minor text quoting problems in lisp top levelPaul Eggert
2015-03-25Only escape quotation mark, backslash and cntrl U+0000 to U+001FDmitry Gutov
2015-03-23Get rid of json-decode-char0 as wellDmitry Gutov
2015-03-23Rewrite json-encode-stringDmitry Gutov
2015-02-05* lisp/json.el (json-end-of-file): New error.Era Eriksson