util::json::unquoteUnescapeString (private)
util::json::unquoteUnescapeString token
Defined in packages/acs-tcl/tcl/json-procs.tcl
Get rid of the quotes surrounding a string token and substitute the real characters for escape sequences within it
- Parameters:
- token (required)
- Returns:
- Unquoted, unescaped value of the string contained in token
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.