Advertisement
sanya5791

Interview Task Json structured

Feb 12th, 2024 (edited)
1,459
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.95 KB | None | 0 0
  1. {
  2.   "status": "OK",
  3.   "copyright": "Copyright (c) 2022 The New York Times Company.  All Rights Reserved.",
  4.   "num_results": 59,
  5.   "books": [
  6.     {
  7.       "list_name": "Young Adult",
  8.       "display_name": "Young Adult",
  9.       "list_name_encoded": "young-adult",
  10.       "oldest_published_date": "2012-12-16",
  11.       "newest_published_date": "2015-08-23",
  12.       "updated": "WEEKLY"
  13.     },
  14.     {
  15.       "list_name": "Young Adult E-Book",
  16.       "display_name": "Young Adult E-Book",
  17.       "list_name_encoded": "young-adult-e-book",
  18.       "oldest_published_date": "2015-08-30",
  19.       "newest_published_date": "2017-01-29",
  20.       "updated": "WEEKLY"
  21.     },
  22.     {
  23.       "list_name": "Young Adult Hardcover",
  24.       "display_name": "Young Adult Hardcover",
  25.       "list_name_encoded": "young-adult-hardcover",
  26.       "oldest_published_date": "2015-08-30",
  27.       "newest_published_date": "2022-10-23",
  28.       "updated": "WEEKLY"
  29.     },
  30.     {
  31.       "list_name": "Young Adult Paperback",
  32.       "display_name": "Young Adult Paperback",
  33.       "list_name_encoded": "young-adult-paperback",
  34.       "oldest_published_date": "2015-08-30",
  35.       "newest_published_date": "2017-01-29",
  36.       "updated": "WEEKLY"
  37.     },
  38.     {
  39.       "list_name": "Animals",
  40.       "display_name": "Animals",
  41.       "list_name_encoded": "animals",
  42.       "oldest_published_date": "2014-09-07",
  43.       "newest_published_date": "2017-01-15",
  44.       "updated": "MONTHLY"
  45.     },
  46.     {
  47.       "list_name": "Audio Fiction",
  48.       "display_name": "Audio Fiction",
  49.       "list_name_encoded": "audio-fiction",
  50.       "oldest_published_date": "2018-03-11",
  51.       "newest_published_date": "2022-10-16",
  52.       "updated": "MONTHLY"
  53.     },
  54.     {
  55.       "list_name": "Audio Nonfiction",
  56.       "display_name": "Audio Nonfiction",
  57.       "list_name_encoded": "audio-nonfiction",
  58.       "oldest_published_date": "2018-03-11",
  59.       "newest_published_date": "2022-10-16",
  60.       "updated": "MONTHLY"
  61.     }
  62.   ]
  63. }
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement