Pyckson
JSON serializer
A simple Python library to serialize objects to JSON by discovering class structure from init signatures and using camelCase for key names.
A simple python library to serialize python objects to json
28 stars
5 watching
3 forks
Language: Python
last commit: 4 months ago jsonpython
Related projects:
Repository | Description | Stars |
---|---|---|
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
jsonapi-serializer/jsonapi-serializer | A fast JSON serialization library for Ruby objects | 1,407 |
jsonpickle/jsonpickle | Converts complex Python objects to JSON and vice versa. | 1,260 |
mikeywaites/kim | A Python framework for serializing and marshaling complex data structures into JSON format. | 316 |
swissdatasciencecenter/calamus | A Python library for serializing data to JSON-LD format | 29 |
intellimath/pyaxon | A lightweight, human-readable data serialization format and associated Python library for representing complex data structures | 22 |
wtsi-hgi/python-hgijson | A Python library for serializing and deserializing complex class-based models to and from JSON | 4 |
tktech/pysimdjson | Fast JSON parsing for Python, using SIMD instructions when available | 643 |
meeron/pybinn | A Python wrapper around a binary serialization format | 5 |
vt-elixir/ja_serializer | A library for serializing Elixir data structures in JSONAPI format | 641 |
rsgalloway/pyseq | A Python module for finding and serializing groups of items with numerical sequence indices. | 123 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 7 |
artemstepanenko/dekoter | A Swift protocol that enables easy object serialization and deserialization to/from UserDefaults. | 25 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |