package query-json

  1. Overview
  2. Docs
Faster, simpler and more portable implementation of `jq` in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

query-json-0.5.52.tbz
sha256=045832458e20ae90f7bb14536e27aa5e4c5528968ac48ac390409a66fe6b438e
sha512=9d4af4a9c8f5b2f4fb84830f0651ba4400f32e97bdec1e61378780906077af80d5679f9ccf545a072c1ffbe70a18ca4b3dd57b79d02384384068ee695d67e4ac

doc/query-json.core/Core/index.html

Module CoreSource

Sourceval parse : ?debug:bool -> ?colorize:bool -> ?verbose:bool -> string -> (Ast.expression, string) result
Sourceval run : ?colorize:bool -> ?verbose:bool -> string -> string -> (string, string) result