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

19 lines
281 B
JSON

{
"zero-intpart" : {
"type" : "float",
"value" : "0.123"
},
"pi" : {
"type" : "float",
"value" : "3.14"
},
"negpi" : {
"value" : "-3.14",
"type" : "float"
},
"pospi" : {
"type" : "float",
"value" : "3.14"
}
}