2 个仓库
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 是一个用于解析和生成 JSON 文本并将其映射到 Java 对象和集合的 Java 库。它作为一个序列化框架,用于将类实例和数据结构转换为标准化的 JSON 字符串。 该项目包含一个 JSON 指针实现,用于通过字符串或 URI 片段表示从文档中检索特定值。它还提供了一个转换器,用于在 JSON 和 XML 之间转换数据结构,以及一个用于在 JSON 与 HTTP 标头、Cookie 和逗号分隔列表等 Web 格式之间进行转换的翻译器。 该库涵盖了 JSON 处理的广泛功能,包括对象序列化和反序列化。它支持将 JSON 文本灵活解析为对象,并支持生成标准化的 JSON 文档。
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.