I'm able to solve the extra square brackets e.g
"mat": [
[
{

to

"mat": [
{

but not able to bring the two brackets close each other e.g [{

Below is the long function JSON converter.
(Sorry, somehow I can't post extra long code, so I zip it)

JsonConverter.zip