awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesPath Extractors

Tools for isolating specific nodes within a data hierarchy.

Distinguishing note: Focuses on node extraction via path filtering rather than general data querying.

Explore 2 awesome GitHub repositories matching data & databases · Path Extractors. Refine with filters or upvote what's useful.

Awesome Path Extractors GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jqlang/jqjqlang 的头像

    jqlang/jq

    34,901在 GitHub 上查看↗

    This project is a command-line processor designed for the parsing, filtering, and transformation of structured data streams. It functions as a declarative programming environment that treats data as immutable streams, allowing users to perform complex structural modifications through the composition of small, reusable functions. By utilizing a recursive tree traversal engine, the system enables the navigation, inspection, and modification of deeply nested hierarchical data structures. The engine distinguishes itself through a stream-oriented architecture that processes input records one by on

    Extracts specific elements or values from JSON structures using path-based filters.

    Cjq
    在 GitHub 上查看↗34,901
  • tidwall/gjsontidwall 的头像

    tidwall/gjson

    15,521在 GitHub 上查看↗

    gjson is a Go JSON parser designed for schema-less reading and value extraction. It allows for the retrieval of specific data from JSON documents using dot-notation paths without requiring the definition of predefined Go structs. The library provides tools for path-based querying, including the use of wildcards and index-based queries to locate data within objects and arrays. It also functions as a JSON lines processor, treating multi-line documents as arrays to iterate and query individual entries. Additional capabilities include converting JSON values into native Go types such as strings,

    Retrieves specific data from JSON objects and arrays using wildcards and index-based queries.

    Go
    在 GitHub 上查看↗15,521
  1. Home
  2. Data & Databases
  3. Path Extractors