1 Repo
Utilities for calculating structural differences between two objects using standardized formats.
Distinct from Object State Diffing: None of the candidates cover general-purpose object diffing via JSON Patch; they focus on blockchain state or ORM mapping.
Explore 1 awesome GitHub repository matching data & databases · Object Differencing. Refine with filters or upvote what's useful.
Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming, performance optimization, statistical analysis, and string processing. It provides a set of tools for deep cloning, filtering, and transforming complex objects and arrays. The project is structured as a series of zero-dependency modules, allowing utilities to be used independently to minimize bundle size. It implements functional programming patterns including currying, piping, and partial application, and provides execution control through memoization, debouncing, and throttling. The
Calculates structural differences between two objects and applies changes using the JSON Patch standard.