I'm using a web framework calls Stripes and it has the capability to return javascript instead of json object. Javascript is easier to work with in the browser and can support more complex data (e.g. cyclical object graphs).
To support it, simply add the following case statement in the populate function and that's all… So, please consider it adding into future release.
case “script”:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top