Created
September 16, 2020 09:02
-
-
Save ncomet/0e4e2a2f611f02fcae9950d36033115c to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"key": 3.4, | |
"anotherKey": [ | |
"test", | |
"test2", | |
1, | |
2.433, | |
true | |
], | |
"nullValue": null, | |
"emptyObject": { | |
}, | |
"emptyArray": [ | |
], | |
"custom": "2020-07-15T10:59:19.042965+02:00[Europe/Paris]" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment