Function: json-skip-whitespace--inliner

json-skip-whitespace--inliner is a function defined in json.el.gz.

Signature

(json-skip-whitespace--inliner INLINE--FORM)

Source Code

;; Defined in /usr/src/emacs/lisp/json.el.gz
;; Could not find source code, showing raw function object.
#[(inline--form)
  ((ignore inline--form)
   (catch 'inline--just-use (list 'skip-chars-forward "	\n
 ")))
  (t)]