From 75d8065a8c43b78031f0bafda6a054ce52de9f3b Mon Sep 17 00:00:00 2001 From: Kirill Date: Fri, 4 Feb 2022 13:23:21 +0300 Subject: [PATCH] Add related matchers for javax.json objects --- docs/related.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/related.md b/docs/related.md index 1b262925..3b51ee80 100644 --- a/docs/related.md +++ b/docs/related.md @@ -30,3 +30,4 @@ Here are some projects that provide additional features and matchers * [Shazamcrest](https://github.com/shazam/shazamcrest) (Matchers for beans with custom field matching and nice failure messages) * [Spotify's hamcrest matchers](https://github.com/spotify/java-hamcrest) (Matchers for POJOs, JSON, and some of the types introduced in Java 8) * [valid4j](https://github.com/valid4j/valid4j) (assertion and validation library, i.e supporting design-by-contract style and/or recoverable input validation) +* [matchers-json](https://github.com/g4s8/matchers-json) (Matchers for `javax.json` objects, arrays and values, and raw JSON string adapters)