38 lines
774 B
JSON
38 lines
774 B
JSON
{
|
|
"arr5" : {
|
|
"value" : [
|
|
{
|
|
"type" : "array",
|
|
"value" : [
|
|
{
|
|
"type" : "integer",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"type" : "integer",
|
|
"value" : "2"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type" : "array",
|
|
"value" : [
|
|
{
|
|
"type" : "string",
|
|
"value" : "a"
|
|
},
|
|
{
|
|
"type" : "string",
|
|
"value" : "b"
|
|
},
|
|
{
|
|
"value" : "c",
|
|
"type" : "string"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"type" : "array"
|
|
}
|
|
}
|