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 RepositoriesNested Data Search Tools

Tools for locating values matching specific keys or conditions across all levels of deep objects and arrays.

Distinct from Nested Object Mapping: Distinct from grid layouts or CLI command nesting; focuses on searching values within structured data hierarchies.

Explore 2 awesome GitHub repositories matching data & databases · Nested Data Search Tools. Refine with filters or upvote what's useful.

Awesome Nested Data Search Tools 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.
  • krisk/fuseAvatar de krisk

    krisk/Fuse

    20,347Voir sur GitHub↗

    Fuse is a JavaScript fuzzy search library and client-side search engine designed to index and query JSON data. It provides utilities for approximate string matching and ranking results by relevance, allowing applications to perform fast filtering and searching of datasets without a dedicated backend. The library distinguishes itself through a token-based search implementation that supports word-order independence and relevance weighting. It utilizes edit-distance scoring to handle typos and insertions, and employs a system of field weighting to prioritize matches in high-value data keys. The

    Enables locating matches within deeply nested JSON objects or arrays using path notation.

    JavaScriptbitapjavascriptlightweight-fuzzy-search
    Voir sur GitHub↗20,347
  • tomwright/daselAvatar de TomWright

    TomWright/dasel

    7,976Voir sur GitHub↗

    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

    Locates values matching specific keys or conditions across all levels of deeply nested objects and arrays.

    Gocliconfigconfiguration
    Voir sur GitHub↗7,976
  1. Home
  2. Data & Databases
  3. Nested Data Search Tools