Hi Yurii, can I have a separate question? It's quite urgent
it's from here.
https://getsatisfaction.com/apperyio/...
I have 2 localstorage variables named establishment_arr and result_arr (they are both array i think that has JSON content.)
"I have a database collection named ESTABLISHMENTS. inside it are the columns
place_id
visits
lat
lng
vicinity
type
i already parsed this content collection into the establishment_arr. i need to match the place_id values inside the establishment_arr if they have a match on the result_arr JSON.
rephrase:
I just need to lookup or search inside the parsed JSON if any PLACE_ID value from the collection exist inside the JSON string.
if place_id exist in the JSON string, i will place the lat lng of that place_id on the map
hope it makes sense. I really need help"
hope you can help.