Variable: json-post-element-read-function

json-post-element-read-function is a variable defined in json.el.gz.

Value

nil

Documentation

If non-nil, a function to call after reading a JSON array or object.

It is called by json-read-array and json-read-object, respectively, with no arguments.

Source Code

;; Defined in /usr/src/emacs/lisp/json.el.gz
(defvar json-post-element-read-function nil
  "If non-nil, a function to call after reading a JSON array or object.
It is called by `json-read-array' and `json-read-object',
respectively, with no arguments.")