C# Class System.Json.JsonReader

Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
JsonReader ( TextReader reader ) : System
Read ( ) : JsonValue

Private Methods

Méthode Description
Expect ( char expected ) : void
Expect ( string expected ) : void
JsonError ( string msg ) : Exception
PeekChar ( ) : int
ReadChar ( ) : int
ReadCore ( ) : JsonValue
ReadNumericLiteral ( ) : JsonPrimitive
ReadStringLiteral ( ) : string
SkipSpaces ( ) : void

Method Details

JsonReader() public méthode

public JsonReader ( TextReader reader ) : System
reader TextReader
Résultat System

Read() public méthode

public Read ( ) : JsonValue
Résultat JsonValue