C# Class System.Json.JsonReader

Datei anzeigen Open project: runefs/Marvin

Public Methods

Method Description
JsonReader ( TextReader reader ) : System
Read ( ) : JsonValue

Private Methods

Method 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 method

public JsonReader ( TextReader reader ) : System
reader TextReader
return System

Read() public method

public Read ( ) : JsonValue
return JsonValue