You try it
Creating an Aspire dashboard is pretty straightforward out of the box, but creating hierarchical data is not. To take on a challenge, create a program that displays a few states and with them their principal cities. The result might look something like this:
{
"statePostalCode": MA,
"name": "Massachusetts",
"capital": Boston,
"cities": [
{
"city" : "Worchester",
"longitude": "100.01.93",
"latitude": -907-45-33
},
{
...