JSON.getNode()

Signature

Object getNode(Object baseNode, String fieldName)

Domain

ACTION, CONDITION, BUI

Description

Returns the JsonNode associated to the fieldName directly under the baseNode i.e. immediate children

Parameters

NameTypeDescription
baseNodeObjectBase JsonNode Object
fieldNameStringField name

Returns

TypeDescription
ObjectJson node associated to the field name