TrioWriter
@Js
class TrioWriter : Obj
Write Haystack data in Trio format.
Options:
- noSort: do not sort tag names
Wrap output stream
Close the underlying output stream
Write the list of dicts
Write separator and record
Write the grid rows (no support for meta)
Bool close()
Close the underlying output stream
new make(OutStream out, Dict? opts := null)
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)