C# Class Couchbase.Json

Datei anzeigen Open project: e-travel/couchbase-net-client Class Usage Examples

Public Methods

Method Description
Parse ( JsonReader reader ) : object
Parse ( TextReader reader ) : object
ParseRaw ( JsonReader reader ) : string
ParseValue ( JsonReader reader, string propertyName ) : string

Private Methods

Method Description
CreateArray ( JsonReader reader ) : object
CreateObject ( JsonReader reader ) : object
CreateValue ( JsonReader reader ) : object
NewInvalidOperationException ( string message, JsonReader reader ) : Exception
ReadChecked ( JsonReader reader ) : void

Method Details

Parse() public static method

public static Parse ( JsonReader reader ) : object
reader Newtonsoft.Json.JsonReader
return object

Parse() public static method

public static Parse ( TextReader reader ) : object
reader TextReader
return object

ParseRaw() public static method

public static ParseRaw ( JsonReader reader ) : string
reader Newtonsoft.Json.JsonReader
return string

ParseValue() public static method

public static ParseValue ( JsonReader reader, string propertyName ) : string
reader Newtonsoft.Json.JsonReader
propertyName string
return string