2 مستودعات
Optimized JSON decoding that extracts only the specified fields from a document without parsing the entire structure.
Distinct from Field Selection: Focuses on the parsing process for efficiency, whereas Field Selection focuses on API response payloads.
Explore 2 awesome GitHub repositories matching data & databases · Selective JSON Parsing. Refine with filters or upvote what's useful.
msgspec is a high-performance data modeling, serialization, and schema validation toolkit for Python. It serves as a type-safe serialization framework that integrates schema enforcement and data parsing into a single pass, functioning as both a data serialization library and a schema validation system based on standard Python type annotations. The project distinguishes itself through high-performance structural primitives, including compilation-based routine generation and zero-copy buffer parsing. It optimizes memory usage via garbage collection-aware layouts and reduces processing overhead
Parses only specific fields defined in a schema to reduce memory allocations and increase decoding speed.
Extensible Data Notation is a language-agnostic text format designed for the reliable exchange of structured data and immutable values across diverse programming environments and distributed systems. It provides a standardized way to organize information into hierarchies using collections such as maps, sets, and vectors, ensuring consistent data recognition through the use of symbolic identifiers and keywords. The format distinguishes itself through its support for extensible tagged elements, which allow developers to register custom handlers to interpret domain-specific data structures beyon
Enables efficient data extraction by allowing parsers to ignore specific segments or comments within a stream.