belaviyo / json-beautifier

Convert JSON Strings to a Friendly Readable Format
https://webextension.org/listing/json-beautifier.html
57 stars 14 forks source link

Consider allowing old "transform" style #25

Open macintacos opened 1 month ago

macintacos commented 1 month ago

I appreciate that there is more flexibility with the new transform style that allows you to just write javascript, but I find it much more difficult to write transform filters with this new way vs the old way. Would it be possible to provide an option to use the old way of transforming JSON objects?

belaviyo commented 1 month ago

The developer of the editor is working on a lightweight JSON query language that will replace the JS transform. Hopefully, this will be addressed soon.