awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesRecursive JSON Value Trees

Recursive data structures used to represent and manipulate JSON data without a predefined schema.

Distinguishing note: Existing candidates focus on searching or rendering trees; this is the fundamental data representation itself.

Explore 3 awesome GitHub repositories matching data & databases · Recursive JSON Value Trees. Refine with filters or upvote what's useful.

Awesome Recursive JSON Value Trees GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • serde-rs/jsonAvatar von serde-rs

    serde-rs/json

    5,587Auf GitHub ansehen↗

    This is a Rust serialization library for converting data structures to and from JSON strings and byte streams. It is built as a framework within the Serde ecosystem, providing both a strongly typed parser for compile-time safety and a recursive value tree for manipulating JSON data without a predefined schema. The project supports both typed and untyped processing. It can map JSON data into specific Rust types for schema conformity or parse input into a flexible, schemaless representation. It also includes macro-based utilities for the dynamic construction of JSON objects.

    Provides a recursive enum-based tree representation for manipulating schemaless JSON data.

    Rustjsonrustserde
    Auf GitHub ansehen↗5,587
  • pauljuliusmartinez/jlessAvatar von PaulJuliusMartinez

    PaulJuliusMartinez/jless

    5,433Auf GitHub ansehen↗

    jless ist ein interaktiver JSON-Explorer und Kommandozeilen-Viewer zum Lesen und Navigieren in hierarchischen Datenstrukturen innerhalb des Terminals. Es fungiert als Terminal-JSON-Formatter, der Daten aus Dateien oder der Standardeingabe formatiert (Pretty-Print) und auch zeilenweise formatierte Formate unterstützt. Das Tool dient als JSON-Pfad-Extraktor, mit dem Benutzer Punkt- oder Klammer-Notation-Pfade von der Wurzel bis zu bestimmten Knoten identifizieren und kopieren können. Es enthält zudem ein Regex-Such-Utility, um spezifische Schlüssel und Werte innerhalb von JSON-Datensätzen mittels Volltext-Regulären Ausdrücken zu finden. Die Anwendung bietet Funktionen zur hierarchischen Datennavigation, mit denen Benutzer Objekte und Arrays ein- und ausklappen können. Es bietet Syntax-Highlighting, konfigurierbare Zeilennummerierung und die Möglichkeit, fokussierte Knotenwerte oder Schlüssel direkt in die Systemzwischenablage zu kopieren.

    Uses recursive value trees to represent JSON, enabling the selective expansion and collapse of nodes.

    Rustclijsonrust
    Auf GitHub ansehen↗5,433
  • bitly/go-simplejsonAvatar von bitly

    bitly/go-simplejson

    3,743Auf GitHub ansehen↗

    go-simplejson is a JSON manipulation library for Go that provides schemaless parsing and modification of arbitrary JSON data. It serves as a wrapper for interacting with JSON structures without requiring the definition of predefined structs or schemas. The library enables dynamic processing of JSON payloads through a recursive tree structure and a mutable node hierarchy. This allows for the extraction and modification of values from complex, nested objects where the data format may be unknown or change dynamically. The project covers arbitrary JSON parsing and the retrieval of data from dyna

    Represents nested JSON objects and arrays as a recursive tree of nodes for dynamic traversal without schemas.

    Go
    Auf GitHub ansehen↗3,743
  1. Home
  2. Data & Databases
  3. Recursive JSON Value Trees