mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-16 15:16:53 +01:00
1.5.52
This commit is contained in:
@@ -112,7 +112,7 @@ public class JsonMatcher : IJsonMatcher
|
||||
return true;
|
||||
}
|
||||
|
||||
// If input, return false.
|
||||
// If input is null, return false.
|
||||
if (input == null)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user