1 个仓库
Represents hierarchical data structures using generic map and list collections for flexible access.
Distinct from Document Mappings: Existing candidates focus on NoSQL persistence or CSS styling, not the internal programmatic representation of JSON as Maps/Lists.
Explore 1 awesome GitHub repository matching software engineering & architecture · Map-Based Document Models. 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 文档。
Uses standard Java Map and List collections to represent parsed JSON data for programmatic access.