src/package.lisp @ 2a95e54cdcac

Remove opaque-json

It doesn't save that much over just parsing into vanilla `t`, and it makes the
code more complicated.
author Steve Losh <steve@stevelosh.com>
date Sat, 29 Aug 2020 19:30:37 -0400
parents 6c1bac83e3c9
children 700d5c649245
(defpackage :jarl
  (:use :cl)
  (:shadow :read :print)
  (:export
    :read :print

    :json-parsing-error :line :column

    :json-class
    :lisp-case-to-snake-case

    ))