https://github.com/therezacuet/object-mapper--ios
Object-Mapper--iOS Wrapper. This wrapper project map your json data to Object and vice-varsa
https://github.com/therezacuet/object-mapper--ios
Last synced: 3 months ago
JSON representation
Object-Mapper--iOS Wrapper. This wrapper project map your json data to Object and vice-varsa
- Host: GitHub
- URL: https://github.com/therezacuet/object-mapper--ios
- Owner: therezacuet
- Created: 2018-07-23T11:33:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T04:42:36.000Z (over 6 years ago)
- Last Synced: 2025-01-22T21:14:55.176Z (9 months ago)
- Language: Swift
- Homepage:
- Size: 143 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object-Mapper--iOS
What is mapping?
βan operation that associates each element of a given set (the domain) with one or more elements of a second set (the range).β in terminology.
Where should we use mapping in real life?
Usually, when the request is completed, we receive the data in various formats. I choose JSON in examples below. These data formats should be converted to our models in our app. So that we will be able to use them as we want and in accordance with OOP. And those custom classes will let you code your model businesses in your custom classes.