Hi!
Actually my question is simple. I think. But unfortunately, Google can't help me this time. I want to return a JSON in my view in this format:
[[0,"Mark Kordon",null,"My HTML - Mark Kordon"],[1,"John Doe",null,"John Doe Markup"]]
How is this possible?
Thanks!