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 처리를 위해 대신 네임스페이스에서 API를 System.Text.Json 사용하는 것이 좋습니다.

적용 대상