C# Class JSONTools.Serializer

Show file Open project: DaveSanders/jsontools Class Usage Examples

Public Methods

Method Description
FormatText ( string Content, System.Text.Format Format ) : string
GetText ( JSONObject Input ) : string

Private Methods

Method Description
EndLine ( ) : void
Indent ( ) : void
Outdent ( ) : void
RemoveLastComma ( ) : void
Tab ( ) : void

Method Details

FormatText() public method

public FormatText ( string Content, System.Text.Format Format ) : string
Content string
Format System.Text.Format
return string

GetText() public method

public GetText ( JSONObject Input ) : string
Input JSONObject
return string