> On Jun 22, 2017, at 6:00 PM, Jon Shier via swift-users 
> <[email protected]> wrote:
> 
>       My main concern here is that, as Swift’s official JSON parsing method, 
> Codable should be able to handle any JSON representation and use and it 
> doesn’t.

Is this true? Is Codable intended to be Swift's official JSON parsing system? 
Is Codable intended to be a general-purpose JSON parsing system? 

My understanding was that Codable was designed to serialize Swift types, not to 
be able to import arbitrary JSON text into Swift nor to interoperate with every 
existing JSON API.


-- 
Greg Parker     [email protected] <mailto:[email protected]>     Runtime 
Wrangler


_______________________________________________
swift-users mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to