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