JsonLayoutOptions class

JsonLayoutOptions class

Represents the options of json layout type.

The JsonLayoutOptions type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of JsonLayoutOptions

Properties

PropertyDescription
array_as_tableProcesses Array as table.
ignore_nullIndicates whether ignoring null value.
ignore_array_titleIndicates whether ignore title if array is a property of object.
ignore_object_titleIndicates whether ignore title if object is a property of object.
ignore_titleIngores titles of attributes
convert_numeric_or_dateIndicates whether converting the string in json to numeric or date value.
number_formatGets and sets the format of numeric value.
date_formatGets and sets the format of date value.
title_styleGets and sets the style of the title.

See Also