Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chantu committed Jul 26, 2018
1 parent 7005fd4 commit 7cd02ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# HandyJSON

**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.**

HandyJSON is a framework written in Swift which to make converting model objects( **pure classes/structs** ) to and from JSON easy on iOS.

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**).
Expand Down

0 comments on commit 7cd02ef

Please sign in to comment.