Closed
Description
Format following valid json
{"version": 1,"setttings": // This is some text
{
// some comment
"workbench.settings.editor": "json",
"workbench.settings.useSplitJSON": true,
"workbench.colorTheme": "Default Light+",
}
}
Output:
{
"version": 1,
"setttings": // This is some text {
// some comment
"workbench.settings.editor": "json",
"workbench.settings.useSplitJSON": true,
"workbench.colorTheme": "Default Light+",
}
}