Skip to content

Instantly share code, notes, and snippets.

@hellt
Created March 20, 2020 08:33
Show Gist options
  • Save hellt/8bc1d2bcb105f4e5235ccb4fe261828e to your computer and use it in GitHub Desktop.
Save hellt/8bc1d2bcb105f4e5235ccb4fe261828e to your computer and use it in GitHub Desktop.
{
"response": {
"data": {
"network": {
"UUID_1": {
"key1": "val1",
"key2":{
"UUID_3": {
"key3": "val3"
}
}
},
"UUID_2": {
"key1": "val2",
"key2": {
"UUID_4": {
"key3": "val4"
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment