I have a search form, the script send me a Json String formated of the results of the store. I would like to display this results in a list.
Is it possible to send this Json string to the list without pass by a store??
okey, thanks for the answer. Then, i must to pass the json string in a file, and read the file with the store??? this is the only one way i found for the moment, but the problem is if there is some users on the app ... the file will be erase each time and create some bugs ...