Skip to content

Commit 7cd02ef

Browse files
author
chantu
committed
update readme
1 parent 7005fd4 commit 7cd02ef

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
@@ -1,5 +1,7 @@
11
# HandyJSON
22

3+
**For Xcode 10 (Swift 4.2), switch to branch dev_for_swift_4.2. Notice that only Xcode 10 beta 4 is workable, otherwise you have to download the newest Swift toolchain to run the project.**
4+
35
HandyJSON is a framework written in Swift which to make converting model objects( **pure classes/structs** ) to and from JSON easy on iOS.
46

57
Compared with others, the most significant feature of HandyJSON is that it does not require the objects inherit from NSObject(**not using KVC but reflection**), neither implements a 'mapping' function(**writing value to memory directly to achieve property assignment**).

0 commit comments

Comments
 (0)