Example:
{
"array": [
{
"type": "__ID__",
"value": [
{
"type": "string",
"value": "123"
},
{
"type": "int",
"value": 1
}
]
}
]
}
Can I move the array.X.value to array when find the array.X.type matching?
{
"array": [
{
"type": "string",
"value": "123"
},
{
"type": "int",
"value": 1
}
]
}
Example:
{ "array": [ { "type": "__ID__", "value": [ { "type": "string", "value": "123" }, { "type": "int", "value": 1 } ] } ] }Can I move the
array.X.valuetoarraywhen find thearray.X.typematching?{ "array": [ { "type": "string", "value": "123" }, { "type": "int", "value": 1 } ] }