~skin/jfon

Porting the Common Lisp (CL) JZON library to serialize FSet objects.

clone

read-only
https://git.sr.ht/~skin/jfon
read/write
git@git.sr.ht:~skin/jfon

You can also use your local clone with git send-email.

WARNING: This repository has been migrated, see the new repo for active development.

#JFon: JZON for FSet

An attempt at porting JZON to FSet.

#Overview

The package exports two symbols, parse and stringify, which are straight ports of the functions in the #:com.inuoe.jzon package of the same name but which use FSet seqs and maps instead of CL lists and hash tables.

#Contributing