util::json::parseObjectMember (private)
util::json::parseObjectMember tokens nrTokens tokenCursorName \ objectDictName
Defined in packages/acs-tcl/tcl/json-procs.tcl
Parse an object member
- Parameters:
- tokens (required)
- list of tokens
- nrTokens (required)
- length of $tokens
- tokenCursorName (required)
- name (in caller's context) of variable holding current position in $tokens
- objectDictName (required)
- name (in caller's context) of dict representing the JSON object of which to parse the next member
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.