-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Description
I would like to propose adding an option for formatting JSON with nested braces on new lines. This feature would significantly enhance readability, especially for complex JSON structures.
Proposed Implementation:
-
Add a new button on the green toolbar for quick switching between formats. Users could toggle between:
{ "key1": "value1", "nested": { "key2": "value2" } }and
{ "key1": "value1", "nested": { "key2": "value2" } }This would allow users to easily move braces to a new line or back, providing fast access for those who need to adjust formatting frequently.
-
Include it as an option in the settings section, but navigating to settings every time may be inconvenient for users.
This feature would improve the overall user experience by making JSON data more accessible and easier to read. Thank you for considering this request!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels