I\'ve one Person struct
struct Person: Codable { var name: String var age: Int var hobby: Hobby } struct Hobby: Codable { var name: Strin