njson
JSON handler
A convenient and brevity-focused JSON handling framework for Common Lisp.
Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity.
16 stars
5 watching
3 forks
Language: Common Lisp
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rotatef/json-streams | A Common Lisp library for reading and writing JSON text with streaming capabilities. | 20 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
abusomani/jsonhandlers | A library that provides simple handlers to read and write JSON data from various sources such as files and HTTP requests. | 2 |
zulu-inuoe/jzon | A JSON parser and serializer for Common Lisp with sane defaults. | 151 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
caxap/jsonobjects | A Python library that allows declarative extraction and conversion of elements from JSON documents. | 5 |
seegno/bookshelf-json-columns | Enables automatic JSON column handling in Bookshelf.js models | 65 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
sharplispers/cl-json | A Common Lisp library for encoding and decoding data in the JSON format. | 11 |
phmarek/yason | A Common Lisp library for encoding and decoding data in the JSON interchange format. | 79 |
kassane/json | A lightweight C++ JSON library with intuitive syntax and minimal dependencies | 1 |
sadmac7000/libason | A library to parse and manipulate a specific algebraic superset of JSON | 2 |
madnificent/jsown | High-performance JSON parser for Common Lisp | 109 |
jeaye/jeayeson | A C++14 JSON library designed to provide a consistent interface for handling JSON data in a type-safe manner. | 132 |