-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Is your feature request related to a problem? Please describe.
Add default to pretty-format JSON output.
json output:
{"person": {"name": "Pavel", "surname": "Marek"}}
change to:
{
"person": {
"name": "Pavel",
"surname": "Marek"
}
}
Describe the solution you'd like
I guess pattern match with formatted replacement would be sufficient.
Additional context
Would come quite handy, not sure if the JSON length in general would be a problem.
134130
Metadata
Metadata
Assignees
Labels
No labels