Variable: json-encoding-lisp-style-closings

json-encoding-lisp-style-closings is a variable defined in json.el.gz.

Value

nil

Documentation

If non-nil, delimiters ] and } will be formatted Lisp-style.

This means they will be placed on the same line as the last element of the respective array or object, without indentation. Used only when json-encoding-pretty-print is non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/json.el.gz
(defvar json-encoding-lisp-style-closings nil
  "If non-nil, delimiters ] and } will be formatted Lisp-style.
This means they will be placed on the same line as the last
element of the respective array or object, without indentation.
Used only when `json-encoding-pretty-print' is non-nil.")