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

16 lines
274 B
JSON

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