Last active
November 30, 2021 17:47
-
-
Save BrianZanti/c668d1fcea55b416d0eb8508ce3c004c 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
{ | |
data: [ | |
{id: 12, name: 'cool item', description: 'its awesome'}, | |
{id: 30, name: 'cool item 2', description: 'its awesome'} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment