Method | Description | |
---|---|---|
IronJSONValue ( IronJSONObject o ) : System |
Constructor.
|
|
IronJSONValue ( |
Constructor.
|
|
IronJSONValue ( bool b ) : System |
Constructor.
|
|
IronJSONValue ( double f ) : System |
Constructor.
|
|
IronJSONValue ( long i ) : System |
Constructor.
|
|
IronJSONValue ( string str ) : System |
Constructor.
|
|
ToString ( ) : string |
Converts this value to a string to be written out to a JSON file.
|
|
ToString ( int indentLevel ) : string |
Converts this value to a string to be written out to a JSON file.
|
public IronJSONValue ( IronJSONObject o ) : System | ||
o | IronJSONObject |
/// A |
return | System |
public IronJSONValue ( |
||
type |
/// A |
|
return | System |
public IronJSONValue ( bool b ) : System | ||
b | bool |
/// A |
return | System |
public IronJSONValue ( double f ) : System | ||
f | double |
/// A |
return | System |
public IronJSONValue ( long i ) : System | ||
i | long |
/// A |
return | System |
public IronJSONValue ( string str ) : System | ||
str | string |
/// A |
return | System |
public ToString ( int indentLevel ) : string | ||
indentLevel | int |
/// A |
return | string |