+ 3
How to parse JSON object??
I'm new to web, I'm trying to parse data to another page which is hosted in another bucket. So how to parse JSON in a url and receive it in JavaScript of another website
2 Respuestas
+ 2
i think u can use JSON.parse() or urdata.json()
probably u also need to decode the string in the url though
+ 1
You might want to consult this lesson and the following ones:
https://www.sololearn.com/learn/11390/?ref=app