I created Json(s) for each java class using the Gson library. Some of them are hierarchical in nature, while others are completely independent. I am looking for a way to convert these Json to a simple object (getter and setter methods) in swift . Is there any way to do this? For Java, we can convert them using JsonSchema2Pojo
source share