About Me

Posts on Sep. 11, 2019

JSON Encoder Change in Swift 5.1

written by Andrew Wagner on

While updating my app for the iOS 13 SDK, I came across a change in JSONEncoder that broke some of the logic in my code. It now supports encoding top-level values.

more...