util::json::parse (public)
util::json::parse jsonText
Defined in packages/acs-tcl/tcl/json-procs.tcl
Parse JSON text into a Tcl list.
- Parameters:
- jsonText (required)
- JSON text
- Returns:
- List containing the object represented by jsonText
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.