C# Class JSONTools.JSONObjectOLD

Show file Open project: DaveSanders/jsontools Class Usage Examples

Public Methods

Method Description
Add ( string Name, object Value, string Type ) : void
AddOrRename ( string OldName, string NewName, object Value, string Type ) : void
Find ( string Name ) : JSONAttribute
GetObjects ( string Input ) : List
ParseRaw ( ) : void
Remove ( string Name ) : void
SortByType ( ) : List

Method Details

Add() public method

public Add ( string Name, object Value, string Type ) : void
Name string
Value object
Type string
return void

AddOrRename() public method

public AddOrRename ( string OldName, string NewName, object Value, string Type ) : void
OldName string
NewName string
Value object
Type string
return void

Find() public method

public Find ( string Name ) : JSONAttribute
Name string
return JSONAttribute

GetObjects() public static method

public static GetObjects ( string Input ) : List
Input string
return List

ParseRaw() public method

public ParseRaw ( ) : void
return void

Remove() public method

public Remove ( string Name ) : void
Name string
return void

SortByType() public method

public SortByType ( ) : List
return List