I have this array:
{
"text": {
"3": "asdsadad",
"4": "123123"
},
"textarea": {
"5": "45655656",
"6": "89879879789"
},
"file": {
"2": {}
}
}
I'm trying to achieve this:
{
"3": "asdsadad",
"4": "123123"
"5": "45655656",
"6": "89879879789"
"2": {}
}