orangain / json-fuzzy-match

Custom assertion to check whether a JSON string fuzzily matches a pattern for JVM languages.
MIT License
13 stars 0 forks source link

Support optional values #33

Closed jlorenzen closed 1 month ago

jlorenzen commented 1 month ago

Love the idea of being able to do json fuzzy matching that's near identical with Karate. Be great if this project supported optional properties like Karate does. See: https://github.com/karatelabs/karate?tab=readme-ov-file#optional-fields

orangain commented 1 month ago

Sounds good! I think I can get time to implement it over the weekend. Of course, pull request is welcome.

orangain commented 1 month ago

@jlorenzen I have released the version 0.7.0 that supports optional values. Thank you for your suggestion.

jlorenzen commented 1 month ago

Thanks for doing this @orangain! Really appreciate it.