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

15 lines
222 B
JSON

{
"before" : {
"value" : "3141.5927",
"type" : "float"
},
"after" : {
"value" : "3141.5927",
"type" : "float"
},
"exponent" : {
"value" : "3e+14",
"type" : "float"
}
}