[
{
"name": "Sol",
"type": "star",
"metals": 0,
"gas": 0,
"locations": [
{
"name": "Mars",
"type": "mining",
"metals": 500,
"gas": 0
},
{
"name": "Jupiter",
"type": "gas",
"metals": 0,
"gas": 1000,
"locations": [
{
"name": "Europa",
"type": "moon",
"metals": 0,
"gas": 0
},
}
}
]
},
{
"name": "Proxima Centauri",
"type": "star",
"metals": 0,
"gas": 0,
"locations": [
{
"name": "Proxima Centauri C",
"type": "mining",
"metals": 500,
"gas": 0
}
]
}
]
(Check Check out the other parameters on the JsonProperty attribute to get an idea of what's possible).w