toml-rs/tests/invalid-encoder/array-mixed-types-ints-and-floats.json

16 lines
274 B
JSON
Raw Normal View History

2014-06-20 19:01:38 -05:00
{
"ints-and-floats": {
"type": "array",
"value": [
{
"type": "integer",
"value": "1"
},
{
"type": "float",
"value": "1.0"
}
]
}
}