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