Variable: json-encoding-pretty-print
json-encoding-pretty-print is a variable defined in json.el.gz.
Value
nil
Documentation
If non-nil, then the output of json-encode will be pretty-printed.
Source Code
;; Defined in /usr/src/emacs/lisp/json.el.gz
(defvar json-encoding-pretty-print nil
"If non-nil, then the output of `json-encode' will be pretty-printed.")