hey, shawn,i need help with one last thing. :sligh...
# getting-started
h
hey, shawn,i need help with one last thing. 🙂 I connected my app to an isbn database:
{  "book": {   "publisher": "Disney-Hyperion",    "image": "https:\/\/images.isbndb.com\/covers\/64\/31\/9781484746431.jpg",    "title_long": "The Trials of Apollo Book Three The Burning Maze",    "date_published": "2018-05-01",    "authors": [      "Rick Riordan"    ],    "title": "The Trials of Apollo Book Three The Burning Maze",    "isbn13": "9781484746431",    "binding": "Hardcover",    "publish_date": "2018-05-01",    "isbn": "1484746430"  }}
I was wondering if there is a way to turn this into an object? i can’t just parse it diretly to my Book class, as this starts with “book” thus screwing me over