aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/json.el (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-22Various json.el improvementsBasil L. Contovounesios1-289/+287
2020-04-18; Fix some typos and doc issues (bug#40695)Štěpán Němec1-1/+1
2020-02-13Add an appropriate error for reading bad JSON arraysMark Oteiza1-1/+2
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-08-02Improve pretty-printing of multiple JSON snippets in a regionTassilo Horn1-19/+54
2019-07-31Restore `replace-region-contents' in json-pretty-printLars Ingebrigtsen1-10/+25
2019-07-10Fix pretty-printing of {}Lars Ingebrigtsen1-3/+5
2019-07-10Remove json-pretty-print-max-secs introduced earlier this yearLars Ingebrigtsen1-9/+0
2019-07-09Fix pretty-printing of multiple JSON objectsLars Ingebrigtsen1-10/+14
2019-07-09Revert "Fix pretty-printing of multiple JSON objects"Lars Ingebrigtsen1-13/+12
2019-07-09Fix pretty-printing of multiple JSON objectsLars Ingebrigtsen1-12/+13
2019-07-09; * lisp/json.el (json-encode): Doc fix.Eli Zaretskii1-2/+2
2019-07-09Clarify json-read and json-encode parameters and return valuesLars Ingebrigtsen1-2/+18
2019-02-23Improve replace-buffer-contents/replace-region-contentsTassilo Horn1-1/+14
2019-02-20Fix missing interactive specTassilo Horn1-1/+1
2019-02-08Impl. json-pretty-print with replace-region-contents + minimizationTassilo Horn1-26/+30
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-11-25Replace insignificant backquotesMichael Heerdegen1-4/+4
2018-08-21Audit use of lsh and fix glitchesPaul Eggert1-1/+1
2018-06-14Fix pretty-printing empty objects as nullDamien Cassou1-3/+4
2018-03-18Pass json-readtable-error data as a list (bug#30489)Basil L. Contovounesios1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-15* lisp/json.el (json-read-keyword): Revert previous change to catch EOL.Mark Oteiza1-1/+1
2017-09-15; Partially revert previous commitMark Oteiza1-4/+4
2017-09-15More JSON optimizationMark Oteiza1-17/+18
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-09-04Embed JSON readtable into json-readMark Oteiza1-11/+11
2017-08-17Treat control characters in JSON strings as invalidMark Oteiza1-9/+11
2017-08-14Tiny JSON performance improvementMark Oteiza1-4/+5
2017-05-21Fix definition of whitespace in JSONPhilipp Stephani1-1/+5
2017-05-06; Update contributor nameGlenn Morris1-1/+1
2017-02-18More json.el changesMark Oteiza1-10/+10
2017-02-15Minor changes in json.elMark Oteiza1-7/+7
2017-01-01Fix encoding of JSON surrogate pairsPhilipp Stephani1-0/+15
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-08-10Turn on lexical-binding in json.elMark Oteiza1-1/+1
2016-03-21Fix problems caused by new implementation of sub-word modeEli Zaretskii1-2/+2
2016-02-05Fix problems caused by new implementation of sub-word modeEli Zaretskii1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-24Extend the test suite for json.elSimen Heggestøyl1-1/+1
2015-11-12Enable sorting of JSON object keys when encodingSimen Heggestøyl1-39/+78
2015-11-08Add support for retrieving paths to JSON elementsSimen Heggestøyl1-0/+76
2015-10-27* lisp/json.el (json-new-object): Optimize trivial `list' callStefan Monnier1-1/+1
2015-10-03Maintain ordering of JSON object keys by defaultSimen Heggestøyl1-2/+19
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert1-1/+1
2015-08-28Fix minor text quoting problems in lisp top levelPaul Eggert1-1/+1
2015-03-25Only escape quotation mark, backslash and cntrl U+0000 to U+001FDmitry Gutov1-3/+3
2015-03-23Get rid of json-decode-char0 as wellDmitry Gutov1-7/+1
2015-03-23Rewrite json-encode-stringDmitry Gutov1-17/+20
2015-02-05* lisp/json.el (json-end-of-file): New error.Era Eriksson1-2/+4