platform/lib/src/matchers.dart

6 lines
184 B
Dart
Raw Normal View History

2016-12-10 17:05:45 +00:00
import 'dart:convert';
import 'package:http/http.dart' as http;
import 'package:matcher/matcher.dart';
/// Expects a given response, when parsed as JSON,
/// to equal a desired value.