Skip to content

Commit 79d288a

Browse files
committed
Merge branch 'master' of github.com:dankogai/swift-json
2 parents 10e90b2 + 4c2f517 commit 79d288a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ myjson.object.string // String?
184184
myjson.url // String?
185185
````
186186

187-
This approach comes with bonus. You can't accidentaly access elements that was not supposed to there. JSON is schemaless and that is what makes JSON rule today. But that is also what makes JSON so prone to error. With Swift and this `JSON` class you get the best of both worlds -- flexibility of JSON and robustness of static typing.
187+
This approach comes with bonus. You can't accidentaly access elements that was not supposed to be there. JSON is schemaless and that is what makes JSON rule today. But that is also what makes JSON so prone to errors. With Swift and this `JSON` class you get the best of both worlds -- flexibility of JSON and robustness of static typing.
188188

189189

190190
## Description

0 commit comments

Comments
 (0)