WAMapping
JSON mapper
A library to map JSON data to iOS objects and vice versa efficiently
A library to turn dictionary into object and vice versa for iOS. Designed for speed!
8 stars
3 watching
1 forks
Language: Objective-C
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
yalantis/fasteasymapping | An Objective-C framework that improves performance of JSON mapping by reducing unnecessary trips to the database | 550 |
waqqas/json2json | Converts between different JSON representations based on a defined template. | 2 |
dimagi/jsonobject | A Python library for handling deeply nested JSON objects as schema'd python objects. | 234 |
cweiske/jsonmapper | Maps JSON data onto PHP classes, converting them into nested objects and arrays | 1,564 |
jsonmapper/jsonmapper | A PHP library that maps JSON data to PHP objects using middleware and annotations. | 211 |
krzysztofzablocki/propertymapper | Simplifies data parsing in Objective-C iOS apps by providing a self-contained and minimalistic solution for mapping between received data and native objects. | 1,125 |
kemsky/jsonmapper | A JSON parser for ActionScript that allows flexible mapping of typed objects to and from JSON data | 4 |
owlike/genson | A fast and modular Java library for converting JSON to Java objects and vice versa | 219 |
chanonly123/json-model-generator | An application that generates JSON classes based on templates and supports various data mapping frameworks. | 91 |
appcraft-llc/json-mapper | Automates conversion of JSON data to object models in Swift | 27 |
aryaxt/ocmapper | An Objective-C library to easily convert dictionaries to model objects | 347 |
jonnyreeves/as3-vanilla | A lightweight library for extracting strongly typed objects from dynamic data without requiring manual parsing or marshalling code. | 81 |
ivanbruel/moya-objectmapper | An Objective-C library for mapping Moya responses to Swift data models with JSON serialization support | 7 |
ake-persson/mapslice-json | A library providing an efficient way to marshal and unmarshal ordered maps in JSON format | 20 |
gcharita/xmlmapper | A framework for mapping XML data to Swift objects and vice versa | 111 |