JsonValueTryParse Method

Overload List

TryParse(String, JsonValue) Tries to read a JsonValue from a string that contains JSON data.
TryParse(TextReader, JsonValue) Tries to read a JsonValue from a TextReader that contains JSON data.
TryParse(Stream, JsonValue, Encoding) Tries to read a JsonValue from a Stream that contains JSON data.

See Also