srfi-180/srfi-180.scm
2024-09-14 10:43:36 +02:00

18 lines
356 B
Scheme

(module (srfi 180)
(&json-error
json-error?
json-error-reason
json-invalid-token
json-nesting-depth-limit
json-number-of-character-limit
json-generator
json-null?
json-fold
json-read
json-lines-read
json-sequence-read
json-accumulator
json-write)
(import (chicken base))
(include-relative "srfi-180.impl.scm"))