toml-rs/tests/valid/bool.json
2015-01-15 12:44:05 -08:00

5 lines
92 B
JSON

{
"f": {"type": "bool", "value": "false"},
"t": {"type": "bool", "value": "true"}
}