I have a problem in that I need some information from an API, but am not able to dig any further, and as a result i'm only able to dig so far into the api to gather the information that i need, and it is coming as an object. Looking like this:
{"display_custom_hours":"Open on Oct 15 from 3:00PM - 4:00PM"}
However I only need this part
Open on Oct 15 from 3:00PM - 4:00PM
Am I able to use Javascript to manipulate that information to what I need?
object_name.display_custom_hours?myObj.display_custom_hours