Mapping JSON from local storage to repeater field
Hi there -
I'm trying to figure out how to do my first REST call. I currently have a page where you can query a remote REST and the results are returned in a JSON array. I want to display these results via a dynamic list on a new page. From what I've found in the documentation it sounds like I should store the result JSON to local storage and then load it up on the new page. I've done so using javascript, but I'm not sure how to pull that json array back out of local storage on the new page so I can map the array to a repeating field. Should I be creating a new service to parse the locally saved JSON for mapping?
Thanks for the help.