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

傳回

JsonValue

備註

### 備註

注意

命名空間 System.Json 是針對不再支援的 Silverlight 所設計。 若要處理 JSON,建議您改用 命名空間中的 System.Text.Json API。

適用於