json_patch 3.0.0 copy "json_patch: ^3.0.0" to clipboard
json_patch: ^3.0.0 copied to clipboard

Pure Dart utility package for the JSON Patch standard. Can apply patch operations as well as perform a diff algorithm on JSON-like objects.

3.0.0 #

  • Migrate to null-safety (thank you to justkawal!)

2.1.1 #

  • Fix copy and move operations using to parameter instead of path (thank you to Sam-Ford!)

2.1.0+1 #

2.1.0 #

  • Implement proper list diffing instead of replacing entire lists (thank you to samabbey-sonocent!)

2.0.1 #

  • Fix patch operation parameter sometimes being modified
  • Update repository URL

2.0.0 #

  • Fix warnings (requires Dart 2.2)

1.0.2 #

  • Loosen dependency version constraints
  • Improve README.md and example

1.0.1 #

  • Apply maintenance and health suggestions

1.0.0 #

  • Initial release
19
likes
120
pub points
87%
popularity

Publisher

verified publisherbyte-sapling.io

Pure Dart utility package for the JSON Patch standard. Can apply patch operations as well as perform a diff algorithm on JSON-like objects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection

More

Packages that depend on json_patch