json-io
Java serializer library
Converts Java objects to and from JSON format with serialization options.
Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer. Deep copy Java object graphs.
331 stars
26 watching
116 forks
Language: Java
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
kbss-cvut/jb4jsonld | A Java library for serializing and deserializing objects to JSON-LD format using annotations. | 12 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,257 |
vavr-io/vavr-jackson | A Jackson datatype module for serializing and deserializing Java data structures into JSON | 100 |
ancore/geojson-serializer | A Java library for serializing Java objects to GeoJSON format | 6 |
marcono1234/serial-builder | A Java library for manually creating serialization data. | 28 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 8 |
jsonapi-serializer/jsonapi-serializer | A fast JSON serialization library for Ruby objects | 1,410 |
realtimechris/jsonifier | A C++ library providing fast JSON parsing and serialization | 60 |
python-rapidjson/python-rapidjson | A fast C++ JSON parser and serialization library wrapped in a Python 3 extension. | 508 |
swissdatasciencecenter/calamus | A Python library for serializing data to JSON-LD format | 29 |
ruedigermoeller/fast-serialization | Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. | 1,591 |
ymglez/jsonpack | A C++ library that serializes and deserializes complex data structures to and from JSON format efficiently. | 39 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 62 |
lancercomet/suntori | A JSON de/serializer to ensure safe data processing at runtime | 10 |