You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.
Ciao Alberto!
First of all, great component! Very nice...
I'm able to successfully iterate over an array. It is possible to also retrieve a single value from the root of the object?
For example:
{
next_page_token: "CqQCHgEAAFvPhHOo33Gu9bYlyYRj4sb_2xD7T2FG4Y0",
results: [
{
name: "Donald"
},
{
name: "Hillary"
}
]
}
I'm trying to get both the "next_page_token" and each value of "name".
Grazie,
Mark
The text was updated successfully, but these errors were encountered: