Function: json-peek
json-peek is a byte-compiled function defined in json.el.gz.
Signature
(json-peek)
Documentation
Return the character at point.
At the end of the accessible region of the buffer, return 0.
Source Code
;; Defined in /usr/src/emacs/lisp/json.el.gz
(define-inline json-peek ()
"Return the character at point.
At the end of the accessible region of the buffer, return 0."
(inline-quote (following-char)))