Variable: json-pre-element-read-function
json-pre-element-read-function is a variable defined in json.el.gz.
Value
nil
Documentation
If non-nil, a function to call before reading a JSON array or object.
It is called by json-read-array and json-read-object,
respectively, with one argument, which is the current JSON key.
Source Code
;; Defined in /usr/src/emacs/lisp/json.el.gz
(defvar json-pre-element-read-function nil
"If non-nil, a function to call before reading a JSON array or object.
It is called by `json-read-array' and `json-read-object',
respectively, with one argument, which is the current JSON key.")