Files
WireMock.Net-wiremock/src/WireMock.Net.Shared/Matchers/ISystemTextJsonPathMatcher.cs
Stef Heyenrath ce35fe14af new projectx
2026-04-17 18:07:46 +02:00

11 lines
226 B
C#

// Copyright © WireMock.Net
namespace WireMock.Matchers;
/// <summary>
/// ISystemTextJsonPathMatcher
/// <seealso cref="IJsonPathMatcher"/>.
/// </summary>
public interface ISystemTextJsonPathMatcher : IJsonPathMatcher
{
}