wellsjo / JSON-Splora

GUI app for editing, visualizing, and manipulating JSON data
MIT License
1.86k stars 60 forks source link

New Format and minify #28

Closed MaanooAk closed 7 years ago

MaanooAk commented 7 years ago

Re-request #25

wellsjo commented 7 years ago

The output format function still uses JSON.stringify...I guess I kind of like that though since you get that vertical array view. What do you think?

I think the Format and Minify options should also be part of the context menu.

MaanooAk commented 7 years ago

Agree. About the context, these two options will be used once or twice on a session... and also in the context menu the format should check if some text is selected and be applied only on that.

TL;TR: Too complex, possibility in the feature.

wellsjo commented 7 years ago

Yeah, you make a good point. I made a small style fix, merging this now.