C# Class JSONTools.Serializer

Afficher le fichier Open project: DaveSanders/jsontools Class Usage Examples

Méthodes publiques

Méthode Description
FormatText ( string Content, System.Text.Format Format ) : string
GetText ( JSONObject Input ) : string

Private Methods

Méthode Description
EndLine ( ) : void
Indent ( ) : void
Outdent ( ) : void
RemoveLastComma ( ) : void
Tab ( ) : void

Method Details

FormatText() public méthode

public FormatText ( string Content, System.Text.Format Format ) : string
Content string
Format System.Text.Format
Résultat string

GetText() public méthode

public GetText ( JSONObject Input ) : string
Input JSONObject
Résultat string