:00 Vladimir Kushelkov via swift-corelibs-dev
mailto:swift-corelibs-dev@swift.org>>:
1. Sometimes it is contently to be able to decode a struct or an object from a
Foundation object (either NSArray or NSDictionary) that produce a valid JSON.
For example, if I use a 3d party library that pro
1. Sometimes it is contently to be able to decode a struct or an object from a
Foundation object (either NSArray or NSDictionary) that produce a valid JSON.
For example, if I use a 3d party library that provides NSDictionary to me. Due
to JSONDecoder decodes only from Data, in the first place I h