Last active
May 9, 2023 20:32
-
-
Save C-D-Lewis/6fa0a01d83dc170c480081f96b2955cd 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
{ | |
"testApp": { | |
"testKey": { | |
"value": 56, | |
"timestamp": 1509312841350 | |
} | |
}, | |
"TestApp": { | |
"TestKey": { | |
"value": 42, | |
"timestamp": 1516109780367 | |
} | |
}, | |
"Webhooks": { | |
"webhooks": { | |
"value": [ | |
{ | |
"url": "/testWebhook", | |
"packet": { | |
"to": "all", | |
"topic": "webhookReceived" | |
} | |
} | |
], | |
"timestamp": 1516918994151 | |
} | |
}, | |
"test": { | |
"test": { | |
"value": "hello world again", | |
"timestamp": 1577030883773 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment