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

31 lines
476 B
JSON

{
"neg" : {
"type" : "float",
"value" : "0.03"
},
"lower" : {
"value" : "300",
"type" : "float"
},
"pointupper" : {
"value" : "310",
"type" : "float"
},
"pointlower" : {
"value" : "310",
"type" : "float"
},
"upper" : {
"value" : "300",
"type" : "float"
},
"pos" : {
"value" : "300",
"type" : "float"
},
"zero" : {
"type" : "float",
"value" : "3"
}
}