src/package.lisp @ bd7953d25dbd

Add basic wrapper functionality

Need to clean up the API for this at some point.
author Steve Losh <steve@stevelosh.com>
date Tue, 25 Aug 2020 00:08:28 -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

    ))