Skip to content
Advertisement

I cannot find a way to print a JSON Value

JavaScript

I have this JSON object that prints the information about currencies. I am trying to get the data for a specfic currency that is USD.

When I type JSON.data.bpi.USD it says UNDEFINED. I need help with this.

Advertisement

Answer

You can access to your object properties with Property accessor dot notation:

JavaScript
Advertisement