python-hgijson
Model serializer
A Python library for serializing and deserializing complex class-based models to and from JSON
Python library for easily JSON encoding/decoding complex class-based Python models, using an arbitrarily complex (but easy to write!) mapping schema.
4 stars
4 watching
1 forks
Language: Python
last commit: almost 7 years ago
Linked from 1 awesome list
jsonlibrarypython
Related projects:
Repository | Description | Stars |
---|---|---|
swissdatasciencecenter/calamus | A Python library for serializing data to JSON-LD format | 29 |
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 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 7 |
rsgalloway/pyseq | A Python module for finding and serializing groups of items with numerical sequence indices. | 123 |
mikeywaites/kim | A Python framework for serializing and marshaling complex data structures into JSON format. | 316 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |
scala-jsonapi/scala-jsonapi | A Scala library for serializing and deserializing JSON API data structures into standard JSON formats. | 107 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
jdereg/json-io | A Java library for serializing and deserializing data to and from JSON format. | 331 |
jsonapi-serializer/jsonapi-serializer | A fast JSON serialization library for Ruby objects | 1,407 |
wisertogether/django-remote-forms | A Django form serializer that converts forms into Python dictionaries for easy conversion to JSON and exposure over APIs. | 221 |
tktech/pysimdjson | Fast JSON parsing for Python, using SIMD instructions when available | 643 |
realtimechris/jsonifier | Fast JSON serialization and deserialization library using modern C++20 features and SIMD instructions | 56 |
meeron/pybinn | A Python wrapper around a binary serialization format | 5 |