v1.0.0 of jdiff
The official repository for Dart and Flutter packages. [Unoffic…
May 30, 2026
A pure Dart implementation of RFC 6902 JSON Patch and RFC 6901 JSON Pointer. Provides diff, patch, and apply operations for JSON-like Dart objects. Ideal for sync apps, offline-first architectures, an [...] Changelog excerpt: ### Added #### Core - JsonPatch— high-level static API with diff, apply, applyJson, patch, toJsonList, fromJsonList, and six convenience single-operation helpers (add, remove, replace, move, copy, test). - JsonPointer— complete RFC 6901 implementation: - parse()factory with full ~0/ ~1escape / unescape support. - fromTokens()and rootconstant. - get, exists, set, insert, removenavigation methods (all immutable — original document is [...]
Discussion in the ATmosphere