summaryrefslogtreecommitdiffstats
path: root/cmd/toml-test-decoder/README.md
blob: 75b501c96ce1c07df324a3088c2ae9d0cd4b88c2 (plain)
1
2
3
4
5
6
# Implements the TOML test suite interface

This is an implementation of the interface expected by
[toml-test](https://github.com/BurntSushi/toml-test) for my
[toml parser written in Go](https://github.com/BurntSushi/toml).
In particular, it maps TOML data on `stdin` to a JSON format on `stdout`.