go-toml/parse/testfiles/valid/BurntSushi/exponent-part-float.json

15 lines
214 B
JSON

{
"minustenth" : {
"value" : "-0.1",
"type" : "float"
},
"beast" : {
"value" : "666",
"type" : "float"
},
"million" : {
"value" : "1e+06",
"type" : "float"
}
}