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
;; Closure converted to defun by helpful.
(defun json-skip-whitespace--inliner
    (inline--form)
  (ignore inline--form)
  (catch 'inline--just-use
    (list 'skip-chars-forward "	\n
 ")))