An open API service indexing awesome lists of open source software.

https://github.com/f3ath/json-matcher

JSON Matcher for unit tests
https://github.com/f3ath/json-matcher

dart json matcher testing

Last synced: 9 months ago
JSON representation

JSON Matcher for unit tests

Awesome Lists containing this project

README

          

## JSON Matchers for unit tests

Provides:
- `encodesToJson()` matcher which checks if the value encodes to expected JSON
- `isJson()` matcher which checks if the string is expected JSON

See the [example](example/main.dart) for more details.