jifeng;4737 wrote:You can create a page plugin to return the json data. It is very simple, it just need to return a JsonResult in the plugin.
That was my initial though, using own custom code(thats how i would have done it in a clean MVC solution, using jsonresult). But it struck me that perhaps there was a method for this not involving custom code, wich is why i asked. But np, ill fix a plugin for this. Thanks for the input.