src/package.lisp @ b148ffd26464

Work around an ABCL bug to make the tests pass
author Steve Losh <steve@stevelosh.com>
date Sat, 29 Aug 2020 23:57:54 -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

    ))