Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type SomeData{
- data : Data
- }
- type Data{
- attribute1 : [DataArray]
- attribute2 : [NestedDataArray]
- }
- type NestedDataArray{
- nestedAttribute1 : [DataArray]
- }
- type DataArray{
- key : String
- region : String
- }
Add Comment
Please, Sign In to add comment