Hi, I have search and search the web and also on here.. for loops and all sorts for ways to access a json object like so:
[
{ name: "tom", text: "tasty" },
{ name: "tom", text: "tasty" },
{ name: "tom", text: "tasty" },
{ name: "tom", text: "tasty" },
{ name: "tom", text: "tasty" }
]
I want too loop through them and echo them out in a list?