json-mop
JSON serializer
A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data
A metaclass for bridging CLOS and JSON objects
62 stars
7 watching
9 forks
Language: Common Lisp
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
realtimechris/jsonifier | A C++ library providing fast JSON parsing and serialization | 60 |
ngs-doo/dsl-json | A high-performance JSON serialization library for Java, designed to work efficiently with existing POJO classes and providing features such as compile-time databinding and streaming support. | 1,020 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 8 |
yak32/glw_json | A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing. | 8 |
facebook-csharp-sdk/simple-json | A lightweight JSON serialization and deserialization library for .NET | 382 |
swissdatasciencecenter/calamus | A Python library for serializing data to JSON-LD format | 29 |
gzoller/scalajack | A fast JSON serialization library for Scala classes | 112 |
beached/daw_json_link | A high-performance JSON serialization and parsing library with features like direct mapping to custom data structures and lazy parsing. | 479 |
ymglez/jsonpack | A C++ library that serializes and deserializes complex data structures to and from JSON format efficiently. | 39 |
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 861 |
aviate-labs/json.mo | A JSON serialization format for Motoko programming language | 19 |
python-rapidjson/python-rapidjson | A fast C++ JSON parser and serialization library wrapped in a Python 3 extension. | 508 |
jdereg/json-io | Converts Java objects to and from JSON format with serialization options. | 331 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,257 |
mikeywaites/kim | A Python framework for serializing and marshaling complex data structures into JSON format. | 314 |