C# Class JSON_BnU.JSON

ファイルを表示 Open project: joedf/JSON_BnU

Public Methods

Method Description
Beautify ( string JSON, string gap ) : string
Uglify ( string JSON ) : string

Method Details

Beautify() public static method

public static Beautify ( string JSON, string gap ) : string
JSON string
gap string
return string

Uglify() public static method

public static Uglify ( string JSON ) : string
JSON string
return string