JsonCompressDecompress 方法 |
解压JSON
命名空间:
GISShare.Json
程序集:
GISShare.Json (在 GISShare.Json.dll 中) 版本:1.0.0.1 (1.0.0.1)
语法public string Decompress(
string strJson
)
Public Function Decompress (
strJson As String
) As String
public:
String^ Decompress(
String^ strJson
)
member Decompress :
strJson : string -> string
参数
- strJson
- 类型: SystemString
JSON字符串
返回值
类型:
String解压后的JSON
参见