json_matcher 0.2.4 copy "json_matcher: ^0.2.4" to clipboard
json_matcher: ^0.2.4 copied to clipboard

discontinued

JSON Matchers for unit tests: encodesToJson() checks if the value encodes to expected JSON, isJson() checks if the string is expected JSON.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_matcher

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

dependencies:
  json_matcher: ^0.2.4

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

Import it

Now in your Dart code, you can use:

import 'package:json_matcher/json_matcher.dart';
2
likes
35
pub points
7%
popularity

Publisher

verified publisherkarapetov.com

JSON Matchers for unit tests: encodesToJson() checks if the value encodes to expected JSON, isJson() checks if the string is expected JSON.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

convert, matcher

More

Packages that depend on json_matcher