Faster, simpler and more portable implementation of jq-inspired language in OCaml
Les fonctionnalités principales de davesnx/query-json sont : JSON and Tree Data, Language Implementations.
Les alternatives open-source à davesnx/query-json incluent : itchyny/gojq — gojq is a JSON query engine and transformation tool implemented in Go. It serves as a Go language port of the jq… aarzilli/golua — Go bindings for Lua C API - in progress. adamritter/fastgron. alexdovzhanyn/thetalang. alexkehayias/woz. 01mf02/jaq — A jq clone focussed on correctness, speed, and simplicity.
gojq is a JSON query engine and transformation tool implemented in Go. It serves as a Go language port of the jq command, providing a library for embedding JSON and YAML manipulation capabilities directly into Go applications. The tool functions as an arbitrary-precision JSON processor, performing mathematical operations on large integers to prevent precision loss or numeric overflow during data transformations. Its broader capabilities include filtering and reshaping structured data using a specialized query language, converting between YAML and JSON formats, and formatting date and time st
A jq clone focussed on correctness, speed, and simplicity