IJSONOptions

Type interface

Defines options for JSON format parser

Inheritance

IJSONOptions extends IDataParserOptions.

IJSONOptions is not extended by any other symbol.

Properties

dateFields
#

Type string[]

A list of fields that hold date/time infromation.

Parser will try to convert such fields into Date objects.

dateFormat
#

Type string

Inherited from IDataParserOptions

Override date format set in dateFormatter.

Click here Tutorial on date parsing

dateFormatter
#

Type DateFormatter

A date formatted to be used when parsing dates.

emptyAs
#

Type any

Inherited from IDataParserOptions

Empty values (e.g. empty strings, null, etc.) will be replaced with this.

numberFields
#

Type string[]

A list of fields that should be treaded as numeric.

Any information container in such fields will be converted to number.

There are 2 inherited items currently hidden from this list.