Skip to content

Commit 73670b9

Browse files
authored
Update README.md
1 parent 29e8cf3 commit 73670b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ SwiftyJSON makes it easy to deal with JSON data in Swift.
1717
- [Setter](#setter)
1818
- [Raw object](#raw-object)
1919
- [Literal convertibles](#literal-convertibles)
20+
1. [Work with Alamofire](#work-with-alamofire)
2021

2122
> For Swift3 support, take a look at the [swift3 beta branch](https://github.com/SwiftyJSON/SwiftyJSON/tree/swift3)
2223
2324
> [中文介绍](http://tangplin.github.io/swiftyjson/)
2425
25-
1. [Work with Alamofire](#work-with-alamofire)
2626

2727
##Why is the typical JSON handling in Swift NOT good?
2828
Swift is very strict about types. But although explicit typing is good for saving us from mistakes, it becomes painful when dealing with JSON and other areas that are, by nature, implicit about types.

0 commit comments

Comments
 (0)