(define-library (chibi json)
  (import (scheme base))
  (export parse-json)
  (export unparse-json)
  (include-shared "json"))