Hello! I am trying to achieve the following, and json array is not solving it. Instead of an json array of cards I would like to use properies. Is it possible to achieve the following structure in mockaroo?
{
"id": "rygge-skl",
"cards": {
"1": {
"memberID": "120980",
"category": "L",
"className": "3",
"club": "Rygge",
"name": "Edward Murr"
},
"2": {
"memberID": "120981",
"category": "",
"className": "5",
"club": "Rygge",
"name": "Tor-Arne Solbakken"
}
},
"results": {
"1": {
"activeSeries": "1",
"series": {
"1": {
"name": "Prøve",
"sight": true,
"sum": 49,
"shots": {
"1": {
"value": "10.2",
"c": false,
"x": 0.234,
"y": 0.123,
"Flg": ""
},
"2": {
"value": "10.6",
"c": true,
"x": 0.234,
"y": 0.123,
"Flg": ""
},
"3": {
"value": "8.2",
"c": false,
"x": 0.234,
"y": 0.123,
"Flg": ""
},
"4": {
"value": "10.9",
"c": true,
"x": 0.234,
"y": 0.123,
"Flg": ""
},
"5": {
"value": "10.3",
"c": false,
"x": 0.234,
"y": 0.123,
"Flg": ""
}
}
}
},
"totalSum": "49"
},
"2": {
"activeSeries": "1",
"series": {
"1": {
"name": "Prøve",
"sight": true,
"sum": 49,
"shots": {
"1": {
"value": "10.2",
"c": false,
"x": 0.234,
"y": 0.123,
"Flg": ""
},
"2": {
"value": "10.6",
"c": true,
"x": 0.234,
"y": 0.123,
"Flg": ""
},
"3": {
"value": "8.2",
"c": false,
"x": 0.234,
"y": 0.123,
"Flg": ""
},
"4": {
"value": "10.9",
"c": true,
"x": 0.234,
"y": 0.123,
"Flg": ""
},
"5": {
"value": "10.3",
"c": false,
"x": 0.234,
"y": 0.123,
"Flg": ""
}
}
}
},
"totalSum": "49"
}
},
"prizes": {
"1": {
"name": "300M",
"prizes": {
"5": {
"name": "15 skudd",
"prize": {
"1": {
"name": "klasse 5",
"template": "dfs15",
"rankings": {
"1": {
"ranking": "1",
"points": "49",
"center": "3",
"price": "",
"remarks": "",
"active": true
},
"2": {
"ranking": "3",
"points": "48",
"center": "2",
"price": "",
"remarks": "",
"active": false
}
}
}
}
}
}
}
},
"info": {
"competitionName": "Ryggestevnet 2018",
"org": "DFS",
"club": "Rygge SKL",
"type": "Bane",
"dateFrom": "14.09.2018",
"dateTo": "15.09.2018",
"location": "Rygge",
"country": "NOR"
}
}