-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
Description
Following pattern:
{
"username":null,
"some_data": @string@
}
does not match value
{"username":null,"some_data":"test"}
but when using @wildcard@
or @null@
instead of null
in patter it works. This issue needs to be solved before 2.0.0 release described here #66
Tested with version 2.0.0-rc