kritzware / json.pizza

Online JSON formatter and prettifier
https://json.pizza
80 stars 16 forks source link

JSON deformatter #25

Open wcoots opened 4 years ago

wcoots commented 4 years ago

Sometimes I need to deformat a JSON into a single line (as if it had been stringified). For example, when editing a JSON blob from a database column it would be nice to be able to copy the stringified JSON into json.pizza, format it, edit the parts I need to edit, and then return it to a single line format.

wcoots commented 4 years ago

I am willing to build this if you approve @kritzware

kritzware commented 4 years ago

Go for it. I suggest adding small button on the far right (after "Copy") for this feature, or just a keyboard shortcut.