JsonParsers.JsonNull field

Parses a JSON null.

public static readonly IParser<object?> JsonNull;

See Also