swift-json-gen icon indicating copy to clipboard operation
swift-json-gen copied to clipboard

Get rid of NSJSONSerialization, parse String

Open tomlokhorst opened this issue 9 years ago • 0 comments

JsonGen could generate a parser that directly parses the input string, bypassing the untyped dictionary from NSJSONSerialization all together.

This could potentially perform better, since we know the exact shape of the data according to the struct hierarchy.

tomlokhorst avatar May 26 '15 22:05 tomlokhorst