Hey there, I'm working with an array containing attributes and need to determine its length. In this particular case, the array should have a length of 2 since there are only two "items" present.
{"items":[{"value":"2","valor":0,"name":"Limpeza"},
{"value":"6","valor":0,"name":"TECREMOVE"}]}
I attempted using exist.length
but unfortunately it returned undefined
. Does anyone know how I can properly retrieve its length?