Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lyn committed Jan 15, 2017
1 parent 2df8870 commit 9132428
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ let jsonArray: [JSONObject] = [exampleStruct, exampleStruct].serialize()
"jsonObject" will be a dictionary with content:
[
"str": "string",
"int": 1,
"integer": 1,
"url": "https://github.com"
]
note that "anotherString" is not being serialized,
Expand Down Expand Up @@ -141,8 +141,3 @@ let jsonObject = exampleStruct.serialize()
]
*/
```

## TODO
- Swift package manager, CocoaPods and Carthage support.
- Built in JSON string converter as an alternative to JSONSerialization.
- Benchmark.

0 comments on commit 9132428

Please sign in to comment.