IDtJsonConsumer.RootNodeName

Syntax

RootNodeName: String;

Description

The RootNodeName property determines name of the root element, relative to which data will be exported as child elements.

Comments

The {"Data":[{…},{…},…]} JSON structure is obtained during the export, where Data - name of the specified root element.

Example

The example of use is given in description of the IDtJsonConsumer.File property.

See also:

IDtJsonConsumer