summaryrefslogtreecommitdiff
path: root/lisp/json.el
Commit message (Expand)AuthorAge
...
* | 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
* * lisp/json.el (json-end-of-file): New error.Era Eriksson2015-02-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * lisp/json.el (json-alist-p): Only return non-nil if the alist hasSimon Schubert2013-11-25
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-09
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Spelling fixes.Paul Eggert2012-12-14
* | * lisp/json.el: Add pretty-print option.Ryan Crum2012-12-14
* | Use cl-lib instead of cl, and interactive-p => called-interactively-p.Stefan Monnier2012-11-19
|/
* * lisp/json.el (json-encode-char): Codes 127 isn't "ASCII printable" either.Stefan Monnier2012-09-27
* * lisp/json.el (json-encode-char): Codes 128-160 aren't "ASCII printable".Stefan Monnier2012-09-27
* strict key encoding for json.elEdward O'Connor2012-08-21
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Fix typos.Juanma Barranquero2011-11-20
* * json.el: Bump version to 1.3; (json-alist-p, json-plist-p): Rewrite to avoi...Ted Zlatanov2011-10-17
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* Fix typos in docstrings.Juanma Barranquero2010-03-22
* Add 2010 to copyright years.Glenn Morris2010-01-13
* Add 2009 to copyright years.Glenn Morris2009-01-05
* (json-skip-whitespace): Fix last change.Chong Yidong2008-10-08
* (json-advance): Use forward-char.Chong Yidong2008-10-07
* (json-read-number): New arg. Handle explicitly signed numbers.Chong Yidong2008-08-28
* (json-alist-p, json-plist-p): Don't use `iff' in docstrings.Juanma Barranquero2008-05-08
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-06
* Add arch taglineMiles Bader2008-02-23
* (top-level): No need to require thingatpt.Glenn Morris2008-02-22
* Move lisp/net/json.el to lisp/json.el.Michael Olson2008-02-22