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
61 stars
7 watching
9 forks
Language: Common Lisp
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
realtimechris/jsonifier | Fast JSON serialization and deserialization library using modern C++20 features and SIMD instructions | 56 |
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,014 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 7 |
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 | 380 |
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. | 477 |
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 | 855 |
aviate-labs/json.mo | A JSON serialization format for Motoko programming language | 19 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
jdereg/json-io | A Java library for serializing and deserializing data to and from JSON format. | 331 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
mikeywaites/kim | A Python framework for serializing and marshaling complex data structures into JSON format. | 316 |