JSON.isValueNode()

Signature

boolean isValueNode(Object jsonNode)

Domain

ACTION, CONDITION, BUI

Description

Returns if the JsonNode is a value node or not

Parameters

NameTypeDescription
jsonNodeObjectJsonNode Object

Returns

TypeDescription
ObjectTrue if JsonNode is a value node, else false