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

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

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

1 个仓库

Awesome GitHub RepositoriesJSON Object Nesting

The process of embedding JSON objects within other objects to create hierarchical data structures.

Distinct from Nested Object Serializers: Focuses specifically on the programmatic embedding of JSON objects rather than general serialization of dictionaries.

Explore 1 awesome GitHub repository matching software engineering & architecture · JSON Object Nesting. Refine with filters or upvote what's useful.

Awesome JSON Object Nesting GitHub Repositories

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

    rails/jbuilder

    4,414在 GitHub 上查看↗

    Jbuilder 是一个用于 Ruby 的 JSON 模板引擎和构建器,提供了一种用于生成结构化 JSON 对象的领域特定语言(DSL)。它作为视图助手,使用逻辑、条件和循环将数据转换为 JSON 格式。 该项目通过使用局部模板(partials)和嵌套对象来构建复杂的数据结构,以保持模块化。它包括运行时键转换功能,允许在不同的命名约定(如蛇形命名法和驼峰命名法)之间转换属性键。 该系统支持动态 JSON 结构化,能够定义运行时键并管理 null 值的输出。它还提供了一种缓存渲染后的 JSON 片段的机制,以减少重复处理。

    Allows embedding objects within other objects to construct complex, reusable, and hierarchical data components.

    Ruby
    在 GitHub 上查看↗4,414
  1. Home
  2. Software Engineering & Architecture
  3. Object-Oriented Models
  4. Object-Oriented Modeling
  5. Message Object Models
  6. Nested Object Serializers
  7. JSON Object Nesting