메소드 |
설명 |
|
AddChildAttribute ( JSONObject child, string Raw ) : void |
|
|
AddChildAttribute ( string Raw ) : void |
|
|
AddChildObject ( string Raw ) : void |
|
|
AddNode ( ) : JSONObject |
|
|
AddNode ( string Name, object Value, string Type ) : void |
|
|
BuildTree ( ) : void |
|
|
BuildTree ( TreeView Tree ) : void |
|
|
ChangeName ( string NewName ) : void |
|
|
Delete ( ) : JSONObject |
|
|
Deserialize ( string Text ) : void |
|
|
GetChild ( string ChildName ) : JSONObject |
|
|
GetLastObject ( JSONObject Input ) : JSONObject |
|
|
GetNextObject ( ) : JSONObject |
|
|
GetNextObject ( bool DontGoDown ) : JSONObject |
|
|
GetPreviousObject ( ) : JSONObject |
|
|
RemoveChild ( string ChildName ) : void |
|
|
Serialize ( ) : string |
|
|
SetImage ( ) : void |
|
|
SplitObjects ( string JSON ) : List |
|
|
UpdateText ( string Text ) : void |
|
|