xo::REST method json_to_dict (protected)

 <instance of xo::REST[i]> json_to_dict json_string

Defined in packages/xooauth/tcl/rest-procs.tcl

Convert JSON to a Tcl dict and add it to the result dict.

Parameters:
json_string (required)

Testcases:
No testcase defined.
Source code:
return [::util::json2dict  $json_string]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: