Convert a sequence to a js object

Constructors

  • Convert a sequence to a js object

    Parameters

    • options: { compactArrays?: boolean } = {}
      • OptionalcompactArrays?: boolean

        if true ignore array index and generates arrays without gaps

    Returns default

Properties

compactArrays: boolean
lastArray: undefined | any[] | []
lastArrayIndex: undefined | number
object: undefined | JSONValueType

Methods

  • Returns the object built out of the sequence It can be called multiple times and it will return the up to date object

    Returns any