All checks were successful
Run the JSON parser tests / test (push) Has been skipped
6 lines
148 B
C#
6 lines
148 B
C#
namespace Jtr.Tools.API.Requests;
|
|
|
|
public class JsonPathRequest : TransformRequest
|
|
{
|
|
public string Path { get; init; } = string.Empty;
|
|
} |