Convert a sequence of path value pairs to a stream of bytes

Constructors

  • Convert a sequence of path value pairs to a stream of bytes

    Parameters

    • options: { compactArrays?: boolean; onData: (arg0: Uint8Array) => Promise<void> }
      • OptionalcompactArrays?: boolean

        if true ignore array index and generates arrays without gaps

      • onData: (arg0: Uint8Array) => Promise<void>

        function called when a new sequence of bytes is returned

    Returns default

Properties

compactArrays: boolean
context: string
currentPath: JSONPathType
encoder: TextEncoder
lastWritePromise: Promise<void>
onData: (arg0: Uint8Array) => Promise<void>

Methods