Skip to content

Instantly share code, notes, and snippets.

@rohailtaha
Created January 16, 2022 05:33
Show Gist options
  • Save rohailtaha/136371619725029755c88ed7d45aef54 to your computer and use it in GitHub Desktop.
Save rohailtaha/136371619725029755c88ed7d45aef54 to your computer and use it in GitHub Desktop.
A gist for fake json data of all kinds
{
"products": [
{
"id": 1,
"title": "Product 1",
"price": "1000",
"desc": "This is product 1. Very good product. It is very easy to use."
},
{
"id": 2,
"title": "Product 2",
"price": "900",
"desc": "This is product 2. Very good product. It is very easy to use."
},
{
"id": 3,
"title": "Product 3",
"price": "500",
"desc": "This is product 3. Very good product. It is very easy to use."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment