Hello everyone,
I am trying to request a API with GET Method, but after transform JSON Code returned in Custom Object, I have 2 tables and I only can acess 1 table. See JSON returned below:
{
"Number1":{"Age":"25","Name":"Gustavo","LastName":"Penedo"},
"Number2":{"Age":"30","Name":"Lucas","LastName":"Silva"}
}
I can acess a table with "%table['Number1']%", and it returns to me "{"Age":"25","Name":"Gustavo","LastName":"Penedo"}", but I can't select only a Name, or a Age...
Can you help me?


Report
All responses (
Answers (