Skip to content

Instantly share code, notes, and snippets.

@justinbalaguer
Created August 31, 2022 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinbalaguer/58c929f321108975b2702f88cd4565a9 to your computer and use it in GitHub Desktop.
Save justinbalaguer/58c929f321108975b2702f88cd4565a9 to your computer and use it in GitHub Desktop.
Projects JSON structure
[
{
"id": 1661505036392,
"name": "Project 1",
"description": "Project Description 1",
"color": "#2196F3"
},
{
"id": 1661770079941,
"name": "Test 2",
"description": "Test Description 2",
"color": "#e91e63"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment