Variable: json-array-type

json-array-type is a variable defined in json.el.gz.

Value

vector

Documentation

Type to convert JSON arrays to.

Must be one of vector or list. Consider let-binding this around your call to json-read instead of setqing it.

Source Code

;; Defined in /usr/src/emacs/lisp/json.el.gz
(defvar json-array-type 'vector
  "Type to convert JSON arrays to.
Must be one of `vector' or `list'.  Consider let-binding this around
your call to `json-read' instead of `setq'ing it.")