package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Mar 12, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package output provides JSON and NDJSON serialization for items.
Format represents the output format.
const (
FormatJSON Format = "json"
FormatNDJSON Format = "ndjson"
)
ParseFormat parses a format string.
Writer outputs items in the specified format.
New creates a new Writer.
Write outputs all items in the configured format.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.