Created
September 22, 2020 17:57
-
-
Save kylenstone/ccd0d0724d1b24e09dbc6c1355e03bdb to your computer and use it in GitHub Desktop.
Example JSON object containing a combined project and folder template
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
[ | |
{ | |
"name": "Grade", | |
"type": "project", | |
"folders": [ | |
{ | |
"name": "Online", | |
"type": "folder" | |
}, | |
{ | |
"name": "Audio", | |
"type": "folder" | |
}, | |
{ | |
"name": "Deliverables", | |
"type": "folder" | |
} | |
]} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment