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