TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: MistQL, a mini-language for querying JSON-like structures

55 pointsby evinismover 3 years ago

6 comments

anyfactorover 3 years ago
I love it but I do wonder if there is anything out there that is syntactically similar to SQL for querying JSON.
评论 #29053435 未加载
评论 #29054809 未加载
gigatexalover 3 years ago
Very cool. Going to play with this. Thank you! I couldn’t wrap my head around jq so this is lovely.
ogazittover 3 years ago
This is pretty sweet! I always have to look up jq docs if I want to do anything complex, but your pipe model seems more intuitive. Also, I love that there's both a library and a CLI.
SahAssarover 3 years ago
The comparison section should probably include JSONPath, which for example PostgreSQL uses for this.
评论 #29061851 未加载
convolvatronover 3 years ago
i dont really like the pipes as a model<p>but congratulations on working to break out of the existing flawed paradigms like sql. at least you have composition.
评论 #29052521 未加载
thefounderover 3 years ago
I think some SQL subset for json would just suffice...easy to read and well known as well.