]> git.eshelyaron.com Git - emacs.git/commit
Add an appropriate error for reading bad JSON arrays
authorMark Oteiza <mvoteiza@udel.edu>
Fri, 14 Feb 2020 00:57:44 +0000 (19:57 -0500)
committerMark Oteiza <mvoteiza@udel.edu>
Fri, 14 Feb 2020 00:57:44 +0000 (19:57 -0500)
commitb80c4b43dd47bf44c45bdab3e6f8b4b66a461074
tree3a5d658c013d94df74dbfa89b4965b6719bd6b50
parent44298ea6aa006ed227e539b02279bd3fc11fd2a6
Add an appropriate error for reading bad JSON arrays

* lisp/json.el (json-array-format): New error.
(json-read-array): Use it.
lisp/json.el