Created
November 26, 2020 17:01
-
-
Save madflojo/2e973775826ae13c8b85f3d5bf629d6c to your computer and use it in GitHub Desktop.
maps.vs.structs.json
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
{ | |
"name": "example", | |
"numbers": [ | |
1, 2, 3, 4 | |
], | |
"nested": { | |
"isit": true, | |
"description": "a nested json" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment