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

Partial Call Graph (max 5 caller/called nodes):
%3 util::json2dict util::json2dict (public) xo::REST instproc json_to_dict xo::REST instproc json_to_dict xo::REST instproc json_to_dict->util::json2dict

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: