Options
All
  • Public
  • Public/Protected
  • All
Menu

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: object

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.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc