gadmyth / yason

Common Lisp JSON serializer written with simplicity in mind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YASON

YASON is a Common Lisp library for encoding and decoding data in the JSON interchange format. JSON is used as a lightweight alternative to XML. YASON has the sole purpose of encoding and decoding data and does not impose any object model on the Common Lisp application that uses it.

Please proceed to the Documentation

About

Common Lisp JSON serializer written with simplicity in mind

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Common Lisp 65.2%Language:XSLT 34.0%Language:Shell 0.8%