Is this because Decodable wasn't available before?
I'd like swifter to produce a Data instance which I can use JSONDecoder with. Anyone wanna collaborate on this?
not sure how to decode this JSON so I'm having to stringify with json.description first which seems like a terrible idea