From 8ed0b05dbc850156d3c8aaafab6d0f906baceb4b Mon Sep 17 00:00:00 2001 From: fslev Date: Thu, 6 Jul 2023 20:52:31 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1054925..fa9ee11 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ String actual = "{\"foobar\": \"some value\"}"; JSONCompare.assertMatches(expected, actual); // assertion passes ``` -[JSONCompare](https://github.com/fslev/json-compare) is by default case-sensitive and matches JSON fields and values using regular expressions. +[JSONCompare](https://github.com/fslev/json-compare) is by default case-sensitive and supports regular expressions on JSON fields and values. If you have unintentional regex characters inside either expected values or expected fields, then you can quote them: ```javascript