src/package.lisp @ 558d809397bd

Fix unknown slot test to be more specific, and also actually work
author Steve Losh <steve@stevelosh.com>
date Wed, 02 Dec 2020 23:43:41 -0500
parents 6d4f34a78d74
children (none)
(defpackage :jarl
  (:use :cl)
  (:shadow :read :print)
  (:export
    :read :print

    :json-reading-error :line :column

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

    :set-wrapper
    :remove-wrapper

    ))