Variable: json-false

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

Value

:json-false

Documentation

Value to use when reading JSON false.

If this has the same value as json-null, you might not be able to tell the difference between false and null. Consider let-binding this around your call to json-read instead of setqing it.

Source Code

;; Defined in /usr/src/emacs/lisp/json.el.gz
(defvar json-false :json-false
  "Value to use when reading JSON `false'.
If this has the same value as `json-null', you might not be able to tell
the difference between `false' and `null'.  Consider let-binding this
around your call to `json-read' instead of `setq'ing it.")