mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-01 12:44:13 +02:00
11 lines
226 B
C#
11 lines
226 B
C#
// Copyright © WireMock.Net
|
|
|
|
namespace WireMock.Matchers;
|
|
|
|
/// <summary>
|
|
/// ISystemTextJsonPathMatcher
|
|
/// <seealso cref="IJsonPathMatcher"/>.
|
|
/// </summary>
|
|
public interface ISystemTextJsonPathMatcher : IJsonPathMatcher
|
|
{
|
|
} |