GetJsonValue property: JsonNode class
Syntax
GetJsonValue()
Description
Use this method to return the Json value from the node.
Parameters
None.
Returns
JsonValue.
Example
Local JsonNode &jNode = CreateJsonNode();
Local JsonValue &jValue = &jNode.GetJsonValue();