Last active
December 22, 2025 19:21
-
-
Save leon-do/040675fafa9b87175f50a8b2526c0cda to your computer and use it in GitHub Desktop.
JSON Demo
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
| { | |
| "Item 1": [ | |
| "Item 1 description." | |
| ], | |
| "Item 2": [ | |
| "Item 2 description." | |
| ], | |
| "Item 3": [ | |
| "Item 3 description." | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment