hi all,
i have a php page that:
// Print it out as JSON
echo json_encode($newArray);
so i get nicely formatted json data which i can turn into a collection that i can do things with... but how can i get this data into the component? i don't know what other plugins to look at for ideas and i don't know what search terms to google. can someone point me into the right direction?
thanks