json_diff 0.2.1 copy "json_diff: ^0.2.1" to clipboard
json_diff: ^0.2.1 copied to clipboard

Utilities for diffing two JSON objects

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_diff
copied to clipboard

With Flutter:

 $ flutter pub add json_diff
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  json_diff: ^0.2.1
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:json_diff/json_diff.dart';
copied to clipboard
22
likes
130
points
7.18k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.06 - 2025.01.18

Utilities for diffing two JSON objects

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, diff_match_patch

More

Packages that depend on json_diff