16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"ints-and-floats": {
|
|
"type": "array",
|
|
"value": [
|
|
{
|
|
"type": "integer",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"type": "float",
|
|
"value": "1.1"
|
|
}
|
|
]
|
|
}
|
|
}
|