Log in
Log into community
Share feedback, ideas and get community help
Most posts
Powered by
Hall
Home
Members
Silvio Brito
S
Silvio Brito
Offline
, last seen 4 months ago
Joined September 13, 2024
Contributions
Comments
Replies
S
Silvio Brito
7 months ago
·
Read array in json
Hey guys
I'm fetching some data via HTTP. I'm receiving a list of json (Code below). How do I use the elements from this list in my chat?
"statusCode": 200,
"data": {
"retorno": {
"Pontos Fortes": [
{
"sugestao": "bbbb...s pessoas."
},
{
"sugestao": ".aa .. vibrante."
},
{
"sugestao": "ccc...experiências."
}
],
"Pontos a Melhorar": [
{
"sugestao": "Pode ... exigem foco e persistência."
},
{
"sugestao": "A im...arrependimentos."
},
{
"sugestao": "É imp...iva."
}
]
}
}
}
4 comments
m
S
B