moshi
JSON serializer
A modern JSON library for serializing and deserializing data between Java/Kotlin objects and JSON format
A modern JSON library for Kotlin and Java.
10k stars
184 watching
761 forks
Language: Kotlin
last commit: 9 days ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
swquinn/jackson-datatype-json-lib | A Jackson library extension for working with JSON data from the net.sf.json library | 4 |
blackedder/painlessjson | Library to convert custom types to and from JSON in a simple and automatic way | 24 |
google/gson | A Java library for converting objects to and from JSON data | 23,385 |
bazaarvoice/jolt | A JSON transformation library written in Java where the specification is itself a JSON document. | 1,560 |
bolerio/mjson | A lightweight Java library for working with JSON data structures | 83 |
tomasbouda/hjson-powershell | A PowerShell module providing conversion utilities between JSON and HJSON formats. | 5 |
joelvh/json2json | Transforms JSON structures from one format to another using template rules. | 191 |
michel-kraemer/bson4jackson | Supports the use of BSON data format in JSON processing | 292 |
nlohmann/json | A C++ library providing a simple and efficient way to work with JSON data in modern C++ applications. | 43,219 |
joelittlejohn/jsonschema2pojo | Generates Java types from JSON or JSON Schema for data-binding with popular libraries | 6,239 |
rom-rb/rom-json | Provides JSON serialization and deserialization support for Ruby objects using the Object Mapper pattern | 16 |
tylerbrock/colorjson | Fast and customizable JSON marshaller with pretty printing capabilities | 150 |
migamake/json-autotype | Generates Haskell type declarations from JSON input to improve developer productivity when working with big JSON APIs. | 149 |
iolivernguyen/ujson | Transforms unstructured JSON data into a format suitable for use with JavaScript | 76 |
cyberisltd/post2json | Converts POST requests to JSON messages with optional token relocation | 11 |