I am a beginner in JSON JQuery Languages. i want to implement the Following API to retrieve the currency rates in my html code. Anyone Help? i am working Since Last Week on this project but nothing happens.
Asked
Active
Viewed 70 times
-1
-
2Please visit the [help] to see what and [ask]. HINT: Post EFFORT and CODE. Also your link is marked "Suspicious" by my firewall. Also do not post your AUTH code here. If they do not implement CORS you cannot use their code in your page without passing it through a server proxy – mplungjan Feb 09 '18 at 07:08
-
1Since you are using jQuery, you can start reading about `$.getJSON` http://api.jquery.com/jquery.getjson/ – Eddie Feb 09 '18 at 07:09
1 Answers
-1
You need to call object from json:
Go to following link for reference: JSON HTML
Use JSON.parse(obj)
function.

Gajjar Parth
- 57
- 6
-
The question is from beginner. and W3school is best for beginners. I never give whole solution if we give whole solution then how they will learn new things. That's why i given a link that questioner will go through that and learn. – Gajjar Parth Feb 09 '18 at 07:18
-
https://codereview.meta.stackexchange.com/questions/4975/why-shouldnt-i-use-w3schools-as-reference – mplungjan Feb 09 '18 at 07:21