Variable: json-keywords

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

This variable is obsolete since 28.1; it is no longer used.

Value

("true" "false" "null")

Documentation

List of JSON keywords.

Source Code

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

(defconst json-keywords '("true" "false" "null")
  "List of JSON keywords.")