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

Testcases:
No testcase defined.
Source code:
if {[info commands ::json::json2dict] eq ""} {
    package require json
}
return [::json::json2dict $json_string]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: