TrioWriter
@Js
class TrioWriter : Obj
Write Haystack data in Trio format.
Options:
- noSort: do not sort tag names
Wrap output stream
Write separator and record
Write the grid rows (no support for meta)
Write the list of dicts
Close the underlying output stream
Bool close()
Close the underlying output stream
new make(OutStream out, Dict? opts)
Wrap output stream
This writeAllDicts(Dict[] dicts)
Write the list of dicts. Return this.
This writeDict(Dict dict)
Write separator and record. Return this.
virtual This writeGrid(Grid grid)
Write the grid rows (no support for meta)