owenthereal / jqplay

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

Documentation on browser implementation #142

Open sohmc opened 1 year ago

sohmc commented 1 year ago

Good day! I'd really love to get documentation on how to use jq in the browser like you have done in jqplay.org. I'm using lodash right now but:

I tried my best to look through your source code but I can't seem to figure out which js file supplies the jq functions and how to return results.

Can you provide any documentation on accomplishing this? Thanks!