{ "objects": [ { "key": 1, "value": "foo" }, { "key": null, "value": "bar" } ] }
struct Object: Codable { let key: Int? let value: String }