3 个仓库
Syntax for constructing complex, hierarchical JSON structures via command-line arguments.
Distinguishing note: Focuses on the construction of complex data structures.
Explore 3 awesome GitHub repositories matching data & databases · Nested JSON Builders. Refine with filters or upvote what's useful.
This project is a terminal-based HTTP client designed for interacting with web services, debugging APIs, and automating network requests. It provides a specialized command-line interface that simplifies the construction of complex HTTP exchanges, allowing users to test and inspect web services directly from the shell. The tool distinguishes itself through a declarative syntax engine that translates shorthand command-line tokens into fully formed HTTP requests, including headers, parameters, and body payloads. It features a modular, plugin-based architecture that enables users to extend core f
Enables construction of complex, nested JSON structures directly from the command line.
Jo 是一个命令行工具,旨在直接从 Shell 参数和标准输入构建和操作 JSON 对象和数组。它作为一个数据处理工具,将原始输入转换为结构化格式,从而能够为 API、配置文件和自动化数据流水线生成复杂的负载。 该工具通过其使用基于分隔符的路径定义解析分层数据结构的能力,以及其集成的类型推断引擎(自动将输入值转换为原生布尔值、数字或 null 类型)而脱颖而出。用户可以通过显式数据类型强制、内容过滤以及将外部文件内容直接嵌入到生成结构中的能力,对输出进行精确控制。 该工具支持广泛的数据构建任务,包括将新信息合并到现有结构中,以及在紧凑和美观打印的输出布局之间切换。它通过提供标准化的退出代码来指示数据转换操作的成功或失败,从而集成到基于 Shell 的工作流中。
Builds complex hierarchical JSON structures using delimiter-separated key paths.
Jet is a schema-driven code generation tool and type-safe SQL builder for Go. It introspects database schemas to automatically generate builders and data models, enabling compile-time type checking for table and column references to prevent runtime errors. The project distinguishes itself through a fluent interface that mirrors native SQL syntax, allowing for the orchestration of complex queries including common table expressions, recursive queries, and nested JSON structures. It further optimizes data retrieval by binding query outputs directly into generated Go structures or raw byte slices
Provides a fluent API for building complex, hierarchical JSON structures directly within database queries.