owenthereal / jqplay

A playground for jq, written in Go
https://jqplay.org
MIT License
734 stars 87 forks source link

Provide raw access to result of shared snippet #126

Open sneumann opened 1 year ago

sneumann commented 1 year ago

Hi, it would be great to provide a link to the the raw result for a shared snippet. Then something like https://jqplay.org/s/MyShArEdSnIpPeT?result or https://jqplay.org/s/MyShArEdSnIpPeT/result could return the resulting JSON, so that I can in turn submit this URL to e.g. a validator service. I was unable to find the call where the content of the component viewing the result was obtained, maybe that would already help me ? Yours, Steffen