So, I have this array with attributes and i want to get its' length. In this case the array length should be 2 since there are only 2 "items"
{"items":[{"value":"2","valor":0,"name":"Limpeza"},
{"value":"6","valor":0,"name":"TECREMOVE"}]}
I've already tried exist.length but it returns undefined. How can i get its' length?