Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ Binaries for macOS, Linux, and Windows are [attached to each release](https://gi

Packages contained in this repo may also be used to convert all supported data formats to a normalized tree of ordered Go objects.

See [godoc](https://pkg.go.dev/github.com/sclevine/yj) for details.
See [godoc](https://godoc.org/github.com/sclevine/yj) for details.

NOTE: The current Go API should not be considered stable.

### Usage

`yj` operates on stdin inputs and its output can be piped into a file with the new format.
On Unix systems, the program can be used as follows:

```bash
yj -jt < input.json > output.toml
```