kim
JSON serializer
A Python framework for serializing and marshaling complex data structures into JSON format.
Kim: A JSON Serialization and Marshaling framework
316 stars
10 watching
17 forks
Language: Python
last commit: almost 5 years ago
Linked from 1 awesome list
jsonmarshallingpythonrest-apiserialization
Related projects:
Repository | Description | Stars |
---|---|---|
antidot/pyckson | A simple Python library to serialize objects to JSON by discovering class structure from init signatures and using camelCase for key names. | 28 |
realtimechris/jsonifier | Fast JSON serialization and deserialization library using modern C++20 features and SIMD instructions | 56 |
swissdatasciencecenter/calamus | A Python library for serializing data to JSON-LD format | 29 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
ymglez/jsonpack | A C++ library that serializes and deserializes complex data structures to and from JSON format efficiently. | 39 |
kevin-montrose/jil | A fast JSON serializer and deserializer built on top of the Sigil framework. | 2,147 |
yak32/glw_json | A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing. | 8 |
wtsi-hgi/python-hgijson | A Python library for serializing and deserializing complex class-based models to and from JSON | 4 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 7 |
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 |
pigulla/json-strictify | A utility for safely serializing data to JSON without losing information or causing infinite loops | 19 |
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,013 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |