Created
August 9, 2021 08:22
-
-
Save freyandhy/852d99e8ecee62f047d049f55553a696 to your computer and use it in GitHub Desktop.
Json Example
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
[ | |
{ | |
"id": 1, | |
"isbn": "B-001", | |
"title": "Javascript Programming", | |
"publisher": "Publisher 1", | |
"writer": "Writer 1" | |
}, | |
{ | |
"id": 2, | |
"isbn": "B-002", | |
"title": "HTML Programming", | |
"publisher": "Publisher 1", | |
"writer": "Writer 1" | |
}, | |
{ | |
"id": 3, | |
"isbn": "B-003", | |
"title": "CSS Programming", | |
"publisher": "Publisher 2", | |
"writer": "Writer 2" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment