C# Class FluentJson.JsonValue

Inheritance: IHtmlString
ファイルを表示 Open project: paultyng/FluentJson.NET

Public Methods

Method Description
IsArray ( IContractResolver resolver, Type type ) : bool
IsPrimitive ( IContractResolver resolver, Type type ) : bool
JsonValue ( IContractResolver resolver, object value ) : System
JsonValue ( object value ) : System
ToJson ( ) : string
ToString ( ) : string

Protected Methods

Method Description
JsonValue ( object>.Func getValue ) : System

Private Methods

Method Description
IHtmlString ( ) : string

Method Details

IsArray() public static method

public static IsArray ( IContractResolver resolver, Type type ) : bool
resolver IContractResolver
type System.Type
return bool

IsPrimitive() public static method

public static IsPrimitive ( IContractResolver resolver, Type type ) : bool
resolver IContractResolver
type System.Type
return bool

JsonValue() protected method

protected JsonValue ( object>.Func getValue ) : System
getValue object>.Func
return System

JsonValue() public method

public JsonValue ( IContractResolver resolver, object value ) : System
resolver IContractResolver
value object
return System

JsonValue() public method

public JsonValue ( object value ) : System
value object
return System

ToJson() public method

public ToJson ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string