Variable: json--path

json--path is a variable defined in json.el.gz.

Value

nil

Documentation

Keeps track of the path during recursive calls to json-read.

Used internally by json-path-to-position.

Source Code

;; Defined in /usr/src/emacs/lisp/json.el.gz
;;;; Paths

(defvar json--path '()
  "Keeps track of the path during recursive calls to `json-read'.
Used internally by `json-path-to-position'.")