From c151212966039601193f99698536e9284c98073c Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Mon, 2 Mar 2015 21:31:09 -0300 Subject: Set json-array-type to 'list and perform many simplifications due to usage of lists instead of vectors --- sx-request.el | 1 + 1 file changed, 1 insertion(+) (limited to 'sx-request.el') diff --git a/sx-request.el b/sx-request.el index 1eabc41..bbb0941 100644 --- a/sx-request.el +++ b/sx-request.el @@ -191,6 +191,7 @@ the main content of the response is returned." ;; RESPONSE to 'corrupt or something (response (with-demoted-errors "`json' error: %S" (let ((json-false nil) + (json-array-type 'list) (json-null :null)) (json-read-from-string data))))) (kill-buffer response-buffer) -- cgit v1.2.3