JsonValue.Parse(String) 方法

定义

public:
 static System::Json::JsonValue ^ Parse(System::String ^ jsonString);
public static System.Json.JsonValue Parse (string jsonString);
static member Parse : string -> System.Json.JsonValue
Public Shared Function Parse (jsonString As String) As JsonValue

参数

jsonString
String

返回

注解

注意

命名空间 System.Json 是为不再受支持的 Silverlight 设计的。 若要处理 JSON,建议改用 命名空间中的 System.Text.Json API。

适用于