How to debug your JSON in Xcode when JSONDecoder fails

1 · · Aug. 6, 2019, 9:19 a.m.
Sometimes, JSONDecoder fails. And when that happens, it can be difficult to figure out what went wrong. Not if you can print Data instances!...