This commit is contained in:
Stef Heyenrath
2024-04-06 18:14:40 +02:00
parent 54fe0823dc
commit c135854cbe
5 changed files with 10 additions and 6 deletions

View File

@@ -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;