Advertisement
Johnathan3

JSON data for API tests

Jul 6th, 2020
1,129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.09 KB | None | 0 0
  1. {
  2.     "name": "Test API fetch",
  3.     "description": "Click on Raw and point fetch to that URL",
  4.     "shows": [
  5.         { "id": 1, "title": "Some title 1", "descr": "Some descr 1", "numParam": 34 },
  6.         { "id": 2, "title": "Some title 2", "descr": "Some descr 2", "numParam": 4 },
  7.         { "id": 3, "title": "Some title 3", "descr": "Some descr 3", "numParam": 8 },
  8.         { "id": 4, "title": "Some title 4", "descr": "Some descr 4", "numParam": 69 },
  9.         { "id": 5, "title": "Some title 5", "descr": "Some descr 5", "numParam": 274 },
  10.         { "id": 6, "title": "Some title 6", "descr": "Some descr 6", "numParam": 17 },
  11.         { "id": 99, "title": "Some title 99", "descr": "Some descr 99", "numParam": 420 },
  12.     ]
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement