Skip to content

Jackson has no first-principles way to emit tabular form / inline CSV #5

@prb

Description

@prb

See (tabular-array.toon)[https://github.com/toon-format/spec/blob/main/examples/valid/tabular-array.toon]:

users[3]{id,name,role,active}:
  1,Alice,admin,true
  2,Bob,developer,true
  3,Charlie,designer,false

Given the overlap with CSV, may be a notational solution looking for a problem. Maybe an Iterable of POJOS where all fields are of simple type or some such.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions