Created
August 13, 2021 20:02
-
-
Save DZuz14/41f0459e92bb5dd0d90e81456a45af6a to your computer and use it in GitHub Desktop.
Fruits
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
[ | |
{ | |
"id":1, | |
"value":"banana" | |
}, | |
{ | |
"id":2, | |
"value":"apple" | |
}, | |
{ | |
"id":3, | |
"value":"mango" | |
}, | |
{ | |
"id":4, | |
"value":"grap" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment