Package tokyo.tojo.json

May 13, 2024 · View on GitHub

json.lisp

Types

JSON [TYPE]

A representation of a JSON object.

Instances
  • RUNTIMEREPR JSON
  • EQ JSON
  • INTO JSON STRING
  • TRYINTO STRING JSON

Values

(PARSE! SOURCE) FUNCTION

∀ :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.


Contents

  1. 1json.lisp
  2. 1.1Types
  3. 1.2Values