Might be helpful to someone, also maybe we should implement it as
`request.vars.json`, like Python-Requests does?

vars = request.vars
vars = str(vars)
vars = json.loads(vars[vars.find("{")+2 : vars.rfind("\': \'\'")])

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to