I have textarea object and show the json in it, (show the default json and let user edit)
As default, it shows like this
[{"a":"data","b":"data"}]
However if I can show the data like this, it is better for user.
[
{
"a":"data",
"b":"data"
}
]
Is it possible to do this in textarea?