awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesMap-Based Document Models

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.

Awesome Map-Based Document Models GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • stleary/json-javastleary 的头像

    stleary/JSON-java

    4,717在 GitHub 上查看↗

    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.

    Javahackoberfest2023hacktoberfestjava
    在 GitHub 上查看↗4,717
  1. Home
  2. Software Engineering & Architecture
  3. Map-Based Document Models