mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-01 20:54:14 +02:00
new projectx
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// Copyright © WireMock.Net
|
||||
|
||||
namespace WireMock.Matchers;
|
||||
|
||||
/// <summary>
|
||||
/// ISystemTextJsonPathMatcher
|
||||
/// <seealso cref="IJsonPathMatcher"/>.
|
||||
/// </summary>
|
||||
public interface ISystemTextJsonPathMatcher : IJsonPathMatcher
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user