Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParserResult

A result of a successfully parsed data string.

Hierarchy

  • ParserResult

Index

Properties

fields

fields: ParserField[]

The fields contained in the result as an array of ParserField objects. The order of the fields in array depends on the order of the fields in the input data.

fieldsByName

fieldsByName: {}

The fields contained in the result as a map of ParserField objects. The entries in the map are field names pointing to the parser field.

Type declaration

jsonString

jsonString: string

The result object as a serialized JSON string.

Generated using TypeDoc