summaryrefslogtreecommitdiff
path: root/lisp/json.el
Commit message (Expand)AuthorAgeFilesLines
* Only escape quotation mark, backslash and cntrl U+0000 to U+001FDmitry Gutov2015-03-251-3/+3
* Get rid of json-decode-char0 as wellDmitry Gutov2015-03-231-7/+1
* Rewrite json-encode-stringDmitry Gutov2015-03-231-17/+20
* * lisp/json.el (json-end-of-file): New error.Era Eriksson2015-02-051-2/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/json.el (json-alist-p): Only return non-nil if the alist hasSimon Schubert2013-11-251-2/+3
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-091-30/+8
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Spelling fixes.Paul Eggert2012-12-141-1/+1
* | * lisp/json.el: Add pretty-print option.Ryan Crum2012-12-141-25/+111
* | Use cl-lib instead of cl, and interactive-p => called-interactively-p.Stefan Monnier2012-11-191-1/+0
|/
* * lisp/json.el (json-encode-char): Codes 127 isn't "ASCII printable" either.Stefan Monnier2012-09-271-1/+1
* * lisp/json.el (json-encode-char): Codes 128-160 aren't "ASCII printable".Stefan Monnier2012-09-271-4/+4
* strict key encoding for json.elEdward O'Connor2012-08-211-3/+16
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* * json.el: Bump version to 1.3; (json-alist-p, json-plist-p): Rewrite to avoi...Ted Zlatanov2011-10-171-8/+13
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* Fix typos in docstrings.Juanma Barranquero2010-03-221-6/+6
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (json-skip-whitespace): Fix last change.Chong Yidong2008-10-081-1/+1
* (json-advance): Use forward-char.Chong Yidong2008-10-071-7/+2
* (json-read-number): New arg. Handle explicitly signed numbers.Chong Yidong2008-08-281-10/+18
* (json-alist-p, json-plist-p): Don't use `iff' in docstrings.Juanma Barranquero2008-05-081-2/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Add arch taglineMiles Bader2008-02-231-0/+1
* (top-level): No need to require thingatpt.Glenn Morris2008-02-221-3/+2
* Move lisp/net/json.el to lisp/json.el.Michael Olson2008-02-221-0/+529