JSONWritingOptions RowsAsMap FieldNFX Class Library

[This is preliminary documentation and is subject to change.]

When true, writes every row as a map {FieldName: FieldValue,...} instead of array of values

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute]
public bool RowsAsMap

Field Value

Type: OnlineBoolean
See Also