json-deserialization
There are 31 repositories under json-deserialization topic.
alibaba/fastjson2
🚄 FASTJSON2 is a Java JSON library with excellent performance.
bcicen/jstream
Streaming JSON parser for Go
bk192077/struct_mapping
Mapping json to and from a c++ structure
pichillilorenzo/jackson-js
JavaScript object serialization and deserialization library using decorators. It supports also advanced Object concepts such as polymorphism, Object identity and cyclic objects.
monomonedula/nvelope
Define your JSON schema as Python dataclasses
planetis-m/eminim
JSON serialization framework for Nim, works from a Stream directly to any type and back. Depends only on stdlib.
realtimetech-solution/kson
A Java serialization/deserialization library to convert Java Objects into json and back, faster and powerful then Gson.
tamerh/jsparser
JSON Stream parser for GO
luern0313/Lson
一个用于JSON序列化/反序列化的Java库,拥有良好的性能和高拓展性。 A Java library for JSON serialization/deserialization, it has good performance and high extensibility.
h46incon/ijst
A reflection-based and header-only JSON (de)serialization library for C++
tamask1s/zax-parser
Zax is a very basic Json parser implemented in C++ 11 with probably the simplest possible interface.
LancerComet/SunTori
A Typescript JSON de/serializer to ensure everything is safe at runtime.
Shengaero/kotlin-json
A JavaScript Object Notation library for Kotlin JVM.
biot2/Yaml.Json.Parser
YAML and JSON parser, serializer and deserializer with YAML to JSON and vice versa conversion tools containing pure Object Pascal source code for both Delphi and Lazarus
carlonluca/lqobjectserializer
QObject JSON serializer/deserializer.
pedroviniv/multi-discriminators-polymorphic-deserializer
A generic jackson JsonDeserializer that supports multiple discriminator columns when deserializing a supertype that has multi level inheritance
simplesolutiondev/SerializationDeserializationJSON
Top 5 Libraries for Serialization and Deserialization JSON in Java
arran4/tsobjectutils
Some typescript objects I use in a couple repos
CatalanCabbage/king-of-pop
Client and walkthrough for the Jackson JSON Deserialization CTF.
andostronaut/gopherjson
GopherJSON is a powerful and flexible Go package that provides advanced serialization and deserialization capabilities for working with JSON data.
Devwarlt/py-jd
PY-JD is an algorithm written in Python that iterates through all JSON object properties using Tree Traverse technique and describes distinct information in three different patterns for easy diff check.
goify/gopherjson
GopherJSON is a powerful and flexible Go package that provides advanced serialization and deserialization capabilities for working with JSON data.
kubagdynia/Dapper.CustomTypeHandlers
Dapper custom type handlers to serialize/deserialize objects to Xml and Json. Can be also used to map GUID to a string.
mustaddon/json-date-fix
JSON serialization/deserialization fix for Date objects
sullewarehouse/json-plus
JSON parser and generator.
antiaction/common-json
Reflection based Java Object JSON (de)serializer library
JarCasting/commons-json-utils
Utilities for serialize and deserialize from JSON using Jackson
Nikita777-coder/Quiz
Simple quiz with questions on different themes (watch "Website" to see the source of questions)
UKMIITB/CurrencyConverter
This app is used to show converted rate for different currencies based on the input currency as per the actual realtime rates.
BrandonDao/JSONParser
Basic JSON tokenizer and parser for non-nested data types
CatalanCabbage/king-of-pop-server
Server for the Jackson JSON Deserialization CTF.