API Integrator 2016 Java Edition
API Integrator 2016 Java Edition
Questions / Feedback?

JChildren Property

Collection of child elements of the currently selected JSON element.

Syntax

public JSONElementList getJChildren();
public void setJChildren(JSONElementList JChildren);

Remarks

This property contains a collection of child elements of the currently selected JSON element. The elements are provided in the collection in the same order they are found in the JSON document.

This property only applies when parsing JSON. When parsing XML, XChildren is populated instead. The XPath and other X* properties work for both JSON and XML.

This collection is indexed from 0 to size - 1.

This property is not available at design time.

Default Value

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 Java Edition - Version 16.0 [Build 7709]