Skip to content

Commit 1ea43cd

Browse files
Small change to README
1 parent 035d909 commit 1ea43cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ Object mapper can map classes composed of the following types:
102102
- Optionals of all the above
103103
- Implicitly Unwrapped Optionals of the above
104104

105+
If you are using [Alamofire](https://github.com/Alamofire/Alamofire) for networking and you want to convert your responses to swift objects, you can use [AlamofireObjectMapper](https://github.com/tristanhimmelman/AlamofireObjectMapper). It is a simple Alamofire extension that uses ObjectMapper to map response data to objects.
106+
105107
#Easy Mapping of Nested Objects
106108
ObjectMapper supports dot notation within keys for easy mapping of nested objects. Given the following JSON String:
107109
```

0 commit comments

Comments
 (0)