>
> 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 supported)

db.mytable.myfield.type == "json"

For other interfaces which do not use web2py client code, you could use 
http://code.google.com/p/plugin-clientapi

-- 

--- 
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