Skip to content

Instantly share code, notes, and snippets.

@freyandhy
Created August 9, 2021 08:22
Show Gist options
  • Save freyandhy/852d99e8ecee62f047d049f55553a696 to your computer and use it in GitHub Desktop.
Save freyandhy/852d99e8ecee62f047d049f55553a696 to your computer and use it in GitHub Desktop.
Json Example
[
{
"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