how can I access the JSON variable?

0

how could I access this variable in this json

    
asked by Steven Giraldo 05.11.2018 в 16:52
source

1 answer

0

From what you see you could access it like this: response.Items[0].Registros[0].values[0] , but I think you should check beforehand that each array has values, because in this way response, Registers or values can come empty and give an error in the application.

Greetings.

    
answered by 05.11.2018 в 17:19