A representation of a JSON object.
∀ :A :B. INTOPORT :B :A ⇒ (:B → (ITERATOR (RESULT STRING JSON)))
Create an iterator for JSON objects from the character iterator ITER, which contains JSON data.
Includes a one-character lookahead process when called.