Extension method for the Shouldly .NET library to work with JSON strings

assertion-library dotnet json shouldly
2 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
enhancement good first issue

Extension method for the Shouldly .NET library to work with JSON strings

C#
#assertion-library#dotnet#json#shouldly

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.

Complexity: 3/5
enhancement good first issue

Extension method for the Shouldly .NET library to work with JSON strings

C#
#assertion-library#dotnet#json#shouldly