On Wed, Nov 25, 2015 at 7:29 PM, <
dev.n...@gmail.com> wrote:
> Is there a best way to get ViewResults result directly in json without
> querying directly the database?
There isn't really. The http.Resource class, which is used for all
HTTP request at the client module layer, parses all JSON response
content before returning it to the client layer.
Cheers,
Dirkjan