This topic was automatically generated from Slack. You can find the original thread here.
I made a little webapp for formatting/parsing JSON when working with Pipedream and maintaining it in a second window for referencing. I’ve found it difficult/annoying to write custom code blocks in Pipedream while referencing large example events (e.g. raw webhook output) within the Pipedream UI
I.e.
(1) you lose focus on the data export from one module when trying to code in another, and
(2) copying the “value” of an export copies it out as an unformatted string.
In case this is useful for anyone else, here it is: http://prettysafejson.xyz/ – also I wanted to make sure everything is run 100% client-side in case anyone is working with sensitive data. Just set up the domain, so apologies if the URL doesn’t work yet due to DNS propagation.
