Skip to content

Output JSON #113

@rufuspollock

Description

@rufuspollock

Support for outputting json from datapipes.

Default output format is:

[
  { field: value, field: value },
  ...
]

Other possible output formats (future work)

[
  [ value, value, value, ... ]
]

"Full"

[
  {
    index: 0,
    row: { .... }
  },
  ....
]

Implementation

Probably want to use https://github.com/dominictarr/JSONStream so we stream ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions