Parses the specified string into a JsonValue.
public:
static bool TryParse(
String^ input,
out JsonValue^ result
)
input
Type: String
The specified string.
result
Type: JsonValue
The new JsonValue object.
Type: bool
True if the JsonValue object was successfully created; otherwise, false.
Namespace: Windows.Data.Json
Metadata: windows.winmd