All checks were successful
Run the JSON parser tests / test (push) Has been skipped
6 lines
125 B
C#
6 lines
125 B
C#
namespace Jtr.Parsing.Json.Syntax;
|
|
|
|
public interface IJsonSyntax
|
|
{
|
|
public Lexer<JsonToken>.Token Token { get; }
|
|
} |