C# Class Streamer.JSONObject

Show file Open project: EddieCameron/Streamer Class Usage Examples

Public Properties

Property Type Description
b bool
keys List
n double
props List
str string
type System.Type

Public Methods

Method Description
GetProperty ( string prop ) : JSONObject
HasProperty ( string prop ) : bool
JSONObject ( string str ) : System.Collections.Generic

Method Details

GetProperty() public method

public GetProperty ( string prop ) : JSONObject
prop string
return JSONObject

HasProperty() public method

public HasProperty ( string prop ) : bool
prop string
return bool

JSONObject() public method

public JSONObject ( string str ) : System.Collections.Generic
str string
return System.Collections.Generic

Property Details

b public property

public bool b
return bool

keys public property

public List keys
return List

n public property

public double n
return double

props public property

public List props
return List

str public property

public string str
return string

type public property

public Type,System type
return System.Type