Open Issues Need Help
View All on GitHubAI Summary: Implement two new extension methods for the Shouldly.Json library: `ShouldHaveJsonValueMatchingRegex` and `ShouldNotHaveJsonValueMatchingRegex`. These methods should allow users to assert whether a JSON value at a specified path matches or does not match a given regular expression. Comprehensive unit tests covering various data types, input combinations, and edge cases are required.
Extension method for the Shouldly .NET library to work with JSON strings
AI Summary: Add comprehensive unit tests to the Shouldly.Json library to cover various C# data types (including date and time) within JSON strings, ensuring robust handling of different JSON structures and data formats.
Extension method for the Shouldly .NET library to work with JSON strings