awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jqlang/jqAvatar de jqlang

    jqlang/jq

    34,901Voir sur 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
    Voir sur GitHub↗34,901
  • tidwall/gjsonAvatar de tidwall

    tidwall/gjson

    15,521Voir sur 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
    Voir sur GitHub↗15,521
  1. Home
  2. Data & Databases
  3. Path Extractors