Move jqplay to the jqlang Organization #3244
owenthereal
started this conversation in
Ideas
Replies: 1 comment
-
Great idea! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 Hi everyone, and Happy New Year!
I want to propose moving jqplay to the jqlang GitHub organization and hosting it under
play.jqlang.org
as the official jq playground.Background
jqplay is a jq playground built with Next.js. It lets you test your jq queries directly in your browser, thanks to jq-wasm, a WebAssembly-based jq JSON processor. All jq queries and HTTP requests to fetch JSON run locally in your browser. Only if you choose to share a snippet is any information (the query itself) sent to the server to generate a unique URL.
jqplay has been the de facto jq web playground since 2014 (commit reference). widely used by the community to experiment with jq expressions.
Additionally, jq now has an official domain: jqlang.org (PR #3243), replacing https://jqlang.github.io/jq. Hosting jqplay under
play.jqlang.org
would further integrate it into the jq ecosystem and help more users learn about the jq language.Proposal
play.jqlang.org
as the official jq playground.jqplay.org
toplay.jqlang.org
to ensure backward compatibility for existing shared snippets.Next Steps
I’d love to hear everyone’s thoughts! I’m happy to coordinate the migration and handle the necessary setup if there's a general agreement.
Looking forward to your feedback! 🚀 😊
Beta Was this translation helpful? Give feedback.
All reactions