toml-rs/test-suite/tests/valid/float.json
2017-11-12 19:33:11 -08:00

5 lines
99 B
JSON

{
"pi": {"type": "float", "value": "3.14"},
"negpi": {"type": "float", "value": "-3.14"}
}