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