15 lines
507 B
Markdown
15 lines
507 B
Markdown
|
# 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`.
|
||
|
|
||
|
|
||
|
Compatible with TOML version
|
||
|
[v0.2.0](https://github.com/mojombo/toml/blob/master/versions/toml-v0.2.0.md)
|
||
|
|
||
|
Compatible with `toml-test` version
|
||
|
[v0.2.0](https://github.com/BurntSushi/toml-test/tree/v0.2.0)
|
||
|
|