How to parse JSON object?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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

31st May 2020, 9:35 AM
Subash
Subash - avatar
2 Respostas
+ 2
i think u can use JSON.parse() or urdata.json() probably u also need to decode the string in the url though
31st May 2020, 9:51 AM
durian
durian - avatar
+ 1
You might want to consult this lesson and the following ones: https://www.sololearn.com/learn/11390/?ref=app
31st May 2020, 9:51 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar