json-io
JSON serializer
A Java library for serializing and deserializing data to and from JSON format.
Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer. Deep copy Java object graphs.
331 stars
26 watching
115 forks
Language: Java
last commit: 10 days 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,013 |
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,255 |
vavr-io/vavr-jackson | A Jackson datatype module for serializing and deserializing Java data structures into JSON | 99 |
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 | 7 |
jsonapi-serializer/jsonapi-serializer | A fast JSON serialization library for Ruby objects | 1,407 |
realtimechris/jsonifier | Fast JSON serialization and deserialization library using modern C++20 features and SIMD instructions | 56 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
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,590 |
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 | 61 |
lancercomet/suntori | A JSON de/serializer to ensure safe data processing at runtime | 10 |