Variable: json--print-indentation-depth
json--print-indentation-depth is a variable defined in json.el.gz.
Value
0
Documentation
Current indentation level during encoding.
Dictates repetitions of json-encoding-default-indentation.
Used only when json-encoding-pretty-print is non-nil.
Source Code
;; Defined in /usr/src/emacs/lisp/json.el.gz
(defvar json--print-indentation-depth 0
"Current indentation level during encoding.
Dictates repetitions of `json-encoding-default-indentation'.
Used only when `json-encoding-pretty-print' is non-nil.")