dsl-json
JSON serializer
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.
High performance JVM JSON library
1k stars
31 watching
106 forks
Language: Java
last commit: 9 months ago
Linked from 2 awesome lists
androidhigh-performancejavajsonkotlinscala
Related projects:
Repository | Description | Stars |
---|---|---|
jdereg/json-io | A Java library for serializing and deserializing data to and from JSON format. | 331 |
zerosnake0/jzon | A high-performance JSON serialization library built as an alternative to jsoniter with some key differences and improvements. | 11 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |
beached/daw_json_link | A high-performance JSON serialization and parsing library with features like direct mapping to custom data structures and lazy parsing. | 477 |
kbss-cvut/jb4jsonld | A Java library for serializing and deserializing objects to JSON-LD format using annotations. | 12 |
yak32/glw_json | A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing. | 8 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
ymglez/jsonpack | A C++ library that serializes and deserializes complex data structures to and from JSON format efficiently. | 39 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
kevin-montrose/jil | A fast JSON serializer and deserializer built on top of the Sigil framework. | 2,147 |
realtimechris/jsonifier | Fast JSON serialization and deserialization library using modern C++20 features and SIMD instructions | 56 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 7 |
gzoller/scalajack | A fast JSON serialization library for Scala classes | 112 |
pigulla/json-strictify | A utility for safely serializing data to JSON without losing information or causing infinite loops | 19 |
pichillilorenzo/jackson-js | A JavaScript library for serializing and deserializing objects using decorators and supporting advanced object concepts like polymorphism and cyclic references. | 90 |