2 Repos
Implementations for retrieving specific values from JSON documents using string-based paths or URI fragments.
Distinct from JSON Document Manipulation: Distinct from JSON Document Manipulation: focuses on read-only data retrieval via standardized paths rather than modifying values or arrays.
Explore 2 awesome GitHub repositories matching data & databases · JSON Pointers. Refine with filters or upvote what's useful.
JSON-java ist eine Java-Bibliothek zum Parsen und Generieren von JSON-Text und dessen Mapping auf Java-Objekte und -Sammlungen. Sie fungiert als Serialisierungs-Framework zur Umwandlung von Klasseninstanzen und Datenstrukturen in standardisierte JSON-Strings. Das Projekt enthält eine JSON-Pointer-Implementierung zum Abrufen spezifischer Werte aus Dokumenten unter Verwendung von String- oder URI-Fragment-Repräsentationen. Es bietet zudem einen Konverter zur Übersetzung von Datenstrukturen zwischen JSON und XML sowie einen Übersetzer zur Transformation von Daten zwischen JSON und Webformaten wie HTTP-Headern, Cookies und kommagetrennten Listen. Die Bibliothek deckt breite Funktionen für die JSON-Verarbeitung ab, einschließlich Objekt-Serialisierung und -Deserialisierung. Sie unterstützt flexibles Parsen von JSON-Text in Objekte und die Generierung standardisierter JSON-Dokumente.
Provides a JSON pointer implementation for extracting specific values from documents using string or URI fragment representations.
yyjson is a high-performance C library for parsing, serializing, and manipulating JSON data structures. It functions as a memory-efficient data tool that utilizes custom memory pools and contiguous block allocation to minimize fragmentation and overhead. The project distinguishes itself as a SIMD JSON processor, using hardware-accelerated vector instructions for rapid string validation and parsing. It provides a toolkit for querying, modifying, and patching nested JSON objects and arrays through pointer-based access and path expressions. The library covers a broad range of data manipulation
Retrieves specific values from JSON documents using string-based pointer paths.