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

discontinued
outdatedDart 1 only

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.1.6

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 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

unknown (LICENSE)

Dependencies

convert, matcher

More

Packages that depend on json_matcher