IJsonParser Interface
Represents a JSON parser.
public interface IJsonParser
- Namespace
- Spectre
.Console .Json
Methods
-
abstract JsonSyntax Parse
(string) - Parses the provided JSON into an abstract syntax tree.