Closed carson-katri closed 5 years ago
Rewrite Json to rely more heavily on the builtin JSONSerialization. All it would do is handle subscripting and retrieving values.
Json
JSONSerialization
JsonBuilder and JsonProperty would still be available.
JsonBuilder
JsonProperty
JsonBuilder would support tuples as well:
Json { ("key", "value") }
Provide optionals for .string, .int, etc. Possible named .stringOptional?
.string
.int
.stringOptional
See #9
Rewrite
Json
to rely more heavily on the builtinJSONSerialization
. All it would do is handle subscripting and retrieving values.JsonBuilder
andJsonProperty
would still be available.JsonBuilder
would support tuples as well:Provide optionals for
.string
,.int
, etc. Possible named.stringOptional
?