Advertisement
nazmul32

Untitled

Oct 6th, 2022 (edited)
896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.31 KB | None | 0 0
  1. {
  2.   "category": "BookList",
  3.   "response": [
  4.     {
  5.       "id": 12,
  6.       "name": "Book name 1",
  7.       "author": "Author 1"
  8.     },
  9.     {
  10.       "id": 42,
  11.       "name": "Book name 2",
  12.       "author": "Author 2"
  13.     },
  14.     {
  15.       "id": 14,
  16.       "name": "Book name 3",
  17.       "author": "Author 3"
  18.     }
  19.   ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement