You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synopsis: "Faster, simpler and more portable implementation of `jq` in OCaml"
3
+
description: """
4
+
query-json is a faster and simpler re-implementation of jq's language in OCaml, compiled to a native binary (query-json) and as a JavaScript library (query-json-js).
5
+
6
+
query-json is a CLI to run small programs against JSON, the same idea as sed but for JSON files.
7
+
8
+
Play with it in the online playground: https://query-json.netlify.app"""
0 commit comments