I created model like this :
struct ExampleData { var id, value, name, code, description:String? }
and I parse json and put it into model like