C# Class TSVCEO.CloudPrint.Util.JsonHelper

Mostrar archivo Open project: klightspeed/CloudPrintProxy

Public Methods

Method Description
ReadJson ( TextReader reader ) : dynamic
WriteJson ( TextWriter writer, object value ) : void

Private Methods

Method Description
ReadJsonArray ( JsonReader reader ) : dynamic
ReadJsonObject ( JsonReader reader ) : System.Dynamic.ExpandoObject
ReadJsonValue ( JsonReader reader, bool alreadyread = false ) : dynamic
WriteJson ( JsonTextWriter writer, object value ) : void
WriteJsonArray ( JsonWriter writer, IEnumerable list ) : void
WriteJsonDictionary ( JsonWriter writer, IDictionary dict ) : void
WriteJsonGenericDictionary ( JsonWriter writer, object>.IDictionary dict ) : void
WriteJsonObject ( JsonWriter writer, object obj ) : void
WriteJsonValue ( JsonWriter writer, object value ) : void

Method Details

ReadJson() public static method

public static ReadJson ( TextReader reader ) : dynamic
reader TextReader
return dynamic

WriteJson() public static method

public static WriteJson ( TextWriter writer, object value ) : void
writer System.IO.TextWriter
value object
return void