Mappable
JSON converter
A framework to convert JSON data into model objects with optimized support for immutable property initialization
flexible JSON to Model converter, specially optimized for immutable properties
27 stars
4 watching
3 forks
Language: Swift
last commit: over 4 years ago
Linked from 1 awesome list
decoderdeserializationimmutablejsonletmappingswift
Related projects:
Repository | Description | Stars |
---|---|---|
kakaopensource/kakajson | A Swift library providing fast conversion between JSON and model data structures. | 1,172 |
appcraft-llc/json-mapper | Automates conversion of JSON data to object models in Swift | 27 |
chanonly123/json-model-generator | An application that generates JSON classes based on templates and supports various data mapping frameworks. | 91 |
insanoid/swiftyjsonaccelerator | An app that generates Swift 5 code for models from JSON files using the Codeable framework. | 945 |
zadr/j2s | An application that converts JSON data into Swift structs and extensions for easy deserialization | 231 |
cweiske/jsonmapper | Maps JSON data onto PHP classes, converting them into nested objects and arrays | 1,564 |
postmates/pmjson | A pure Swift JSON encoder/decoder library with strongly-typed support and convenience methods for converting to/from Foundation objects. | 360 |
qntfy/kazaam | A JSON transformation library for Go | 282 |
aaronlamz/excel-to-json | A tool to convert Excel files with localized messages into JSON format for internationalization | 13 |
waqqas/json2json | Converts between different JSON representations based on a defined template. | 2 |
pinterest/plank | A tool for generating immutable model objects from JSON Schemas | 469 |
dimagi/jsonobject | A Python library for handling deeply nested JSON objects as schema'd python objects. | 234 |
isair/jsonhelper | A utility framework for converting data between different formats, including JSON to class instances and hex strings to colors. | 784 |
webmozart/json | A robust wrapper for JSON encoding and decoding that supports schema validation | 358 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |