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

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

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

1 个仓库

Awesome GitHub RepositoriesJSON Patch Generation

Calculating the difference between state versions to produce standard JSON patches.

Distinct from State Change Tracking: Focuses on generating diffs from proxy operations rather than ORM attribute monitoring.

Explore 1 awesome GitHub repository matching data & databases · JSON Patch Generation. Refine with filters or upvote what's useful.

Awesome JSON Patch Generation GitHub Repositories

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

    immerjs/immer

    28,957在 GitHub 上查看↗

    Immer is an immutable state management library used to create new versions of data structures. It allows the production of new state by mutating a temporary draft instead of using manual object spreading. The project implements structural sharing to reuse unchanged parts of a data tree between versions, which reduces memory consumption. It also functions as a JSON patch generator to calculate and output the differences between two state versions. To ensure data integrity, the library includes a state mutation protector that freezes data structures to detect and prevent accidental modificatio

    Generates standard JSON patches to describe the specific differences between two versions of a data tree.

    JavaScriptimmutableimmutablesreducer
    在 GitHub 上查看↗28,957
  1. Home
  2. Data & Databases
  3. Object-Relational Mapping
  4. JSON Patch Generation