>
> Might be helpful to someone, also maybe we should implement it as
> `request.vars.json`, like Python-Requests does?
>
web2py already supports json input by using the json fieldtype. The
following line should add a textarea with json validation in sqlforms (and
use native db json type when
What's the usecase for this ?
On Sunday, March 10, 2013 5:40:20 PM UTC+1, Alec Taylor wrote:
>
> 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 matches
Mail list logo