src/package.lisp @ 96b886c42e68 default tip

Nicer error
author Steve Losh <steve@stevelosh.com>
date Thu, 25 Aug 2022 23:10:20 -0400
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

    ))