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
Returns:
Unquoted, unescaped value of the string contained in token

Partial Call Graph (max 5 caller/called nodes):
%3 util::json::parseObjectMember util::json::parseObjectMember (private) util::json::unquoteUnescapeString util::json::unquoteUnescapeString util::json::parseObjectMember->util::json::unquoteUnescapeString util::json::parseValue util::json::parseValue (private) util::json::parseValue->util::json::unquoteUnescapeString

Testcases:
No testcase defined.
[ show source ]
Show another procedure: