JSON.findParent()

Signature

Object findParent(Object baseNode, String fieldName)

Domain

ACTION, CONDITION, BUI

Description

Looks for and returns the parent node associated to the field name under the given baseNode tree

Parameters

NameTypeDescription
baseNodeObjectBase JsonNode Object
fieldNameStringField name

Returns

TypeDescription
ObjectParent JsonNode Object