Created
March 20, 2020 08:33
-
-
Save hellt/8bc1d2bcb105f4e5235ccb4fe261828e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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