What query can i use to fetch data from local storage of selected key value

Viewed 3363

I need to store a lot of data in local storage for my app. I am successful in storing that. Now i need to fetch data in an array but of the selected key/values and not all or just 1 of them. I have named these key as "section"+id as seen below, need to select these in an array. enter image description here

2 Answers
Related