The following file formats are supported. Pull requests to support other formats are welcome!
Format | Read | Write | Stream | Description |
---|---|---|---|---|
bson | ✓ | ✓ | - | Binary JSON |
csv | ✓ | ✓ | ✓ | Comma-Separated Values |
fmt | - | ✓ | ✓ | fmt |
go | - | ✓ | ✓ | Go (format specifier: "%#v") |
gob | ✓ | ✓ | ✓ | gob |
hcl | ✓ | - | - | HashiCorp Configuration Language |
json | ✓ | ✓ | - | JSON |
jsonl | ✓ | ✓ | ✓ | JSON Lines |
properties | ✓ | ✓ | - | Properties |
tags | ✓ | ✓ | ✓ | single-line series of key=value tags |
toml | ✓ | ✓ | - | TOML |
tsv | ✓ | ✓ | ✓ | Tab-Separated Values |
yaml | ✓ | ✓ | - | YAML |