2 مستودعات
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.
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.
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.