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

discontinued
outdatedDart 1 only

JSON Matcher for unit tests. Adds encodesTo() matcher which checks if the value encodes to a certain 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.1.2

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
0
pub points
7%
popularity

Publisher

verified publisherkarapetov.com

JSON Matcher for unit tests. Adds encodesTo() matcher which checks if the value encodes to a certain JSON

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

convert, matcher

More

Packages that depend on json_matcher