mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 21:59:17 +02:00
6 lines
128 B
Scheme
6 lines
128 B
Scheme
|
|
(define-library (chibi json)
|
|
(import (scheme base))
|
|
(export parse-json)
|
|
(export unparse-json)
|
|
(include-shared "json"))
|