All checks were successful
Run the JSON parser tests / test (push) Has been skipped
6 lines
178 B
C#
6 lines
178 B
C#
namespace Jtr.Tools.API.Requests;
|
|
|
|
public class BeautifyRequest : TransformRequest
|
|
{
|
|
public int IndentSize { get; init; } = JsonFormatter.Context.DefaultIndentSize;
|
|
} |