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.
Les fonctionnalités principales de itchyny/gojq sont : JSON Document Filtering, jq Query Engines, JSON Transformation, JSON and YAML Transformation Tools, JSON Processors, JSON Query Engines, JSON Query Executions, JSON Command Line Workflows.
Les alternatives open-source à itchyny/gojq incluent : tomwright/dasel — Dasel is a multi-format data processor and structured data query tool used for querying, editing, and converting data… jeremyfa/yaml.js — This library provides a parser and encoder for YAML 1.2 data structures, enabling the transformation of human-readable… inosion/madato. grantila/yaml-diff-patch. dbohdan/remarshal. borkdude/jet.
Dasel is a multi-format data processor and structured data query tool used for querying, editing, and converting data across JSON, YAML, TOML, and XML. It functions as a universal data converter and a cross-format configuration editor that allows users to interact with various serialization formats through a single unified interface. The tool provides a selector-based interface for extracting and searching nested values and modifying keys and values across different file types. It enables the transformation of data between supported structures to change file types while preserving the origina
This library provides a parser and encoder for YAML 1.2 data structures, enabling the transformation of human-readable YAML strings into native JavaScript objects and arrays. It is designed to function as a cross-platform utility, ensuring consistent data processing across both server-side runtimes and client-side browser environments. Beyond its core library functionality, the project includes a command-line interface for automating data conversion tasks. This utility supports bidirectional transformation between YAML and JSON formats, allowing for the programmatic manipulation and exchange