JSONMemberValue()
Syntax
Result = JSONMemberValue(JSONValue)Description
After a call to NextJSONMember(), returns the address of the currently examined JSON object member of the specified JSON value of type #PB_JSON_Object.
Parameters
JSONValue The JSON value. The value must be of type #PB_JSON_Object and currently being examined with ExamineJSONMembers().
Return value
The address of the current JSON object member.
Example
See ExamineJSONMembers() for an example.
See Also
ExamineJSONMembers(), NextJSONMember(), JSONMemberKey()
Supported OS
All