toml-rs/tests/invalid-encoder/array-mixed-types-ints-and-floats.json
2015-01-15 12:44:05 -08:00

16 lines
274 B
JSON

{
"ints-and-floats": {
"type": "array",
"value": [
{
"type": "integer",
"value": "1"
},
{
"type": "float",
"value": "1.0"
}
]
}
}