System.JSON.BSON.TBsonReader.ReadRootValueAsArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadRootValueAsArray: Boolean read FReadRootValueAsArray write FReadRootValueAsArray;

C++

__property bool ReadRootValueAsArray = {read=FReadRootValueAsArray, write=FReadRootValueAsArray, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader

Description

Indicates whether the root structure of the source data is a BSON object (False) or a BSON array (True).

You must set the value of this property, either using the constructor or using this property, before you start reading the input data.

See Also