Hacker News new | ask | show | jobs
by eridius 2674 days ago
Swift has JSONEncoder and JSONDecoder types to do Codable, though internally they have to encode to/decode from the Foundation objects that JSONSerialization produces.