new JSONDelta()
Structural delta type for JSON.
A JSONDelta describes the differences between two JSON values. Unlike a binary delta, a structural delta can be queried to determine its effect. The #removed() and #inserted() methods provide full details of the differences between the two values.
An instance can be created from two JSON values using JSON#jsonDiff(JSON).
- Since:
-
- 5.9