Skip to content

Null value matching problem #71

@norberttech

Description

@norberttech

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions