Hi
I want to remove outer json array in c#. please help Input JSON
[{
"result1": [{
"number": "string",
"id": "string"
}]
},
{
"result2": [{
[Output JSON]
"result1": [
}
],
"result2": [
]