C# Class SimpleJSON.JSONClass

Inheritance: JSONNode, IEnumerable
ファイルを表示 Open project: drakelinglabs/unityarmada Class Usage Examples

Public Methods

Method Description
Add ( string aKey, JSONNode aItem ) : void
GetEnumerator ( ) : IEnumerator
Remove ( JSONNode aNode ) : JSONNode
Remove ( int aIndex ) : JSONNode
Remove ( string aKey ) : JSONNode
Serialize ( System aWriter ) : void
ToJSON ( int prefix ) : string
ToString ( ) : string
ToString ( string aPrefix ) : string
this ( int aIndex ) : JSONNode
this ( string aKey ) : JSONNode

Method Details

Add() public method

public Add ( string aKey, JSONNode aItem ) : void
aKey string
aItem JSONNode
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Remove() public method

public Remove ( JSONNode aNode ) : JSONNode
aNode JSONNode
return JSONNode

Remove() public method

public Remove ( int aIndex ) : JSONNode
aIndex int
return JSONNode

Remove() public method

public Remove ( string aKey ) : JSONNode
aKey string
return JSONNode

Serialize() public method

public Serialize ( System aWriter ) : void
aWriter System
return void

ToJSON() public method

public ToJSON ( int prefix ) : string
prefix int
return string

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( string aPrefix ) : string
aPrefix string
return string

this() public method

public this ( int aIndex ) : JSONNode
aIndex int
return JSONNode

this() public method

public this ( string aKey ) : JSONNode
aKey string
return JSONNode