src/package.lisp @ 06299969c903 default tip

Allow slot-name-to-json-name to return a symbol too
author Steve Losh <steve@stevelosh.com>
date Tue, 07 May 2024 22:50:12 -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

    ))