JsonParserDecode Method (TextReader, JsonDecoderOptions) |
Deserializes JSON encoded string into object representation.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public static JsonValue Decode(
TextReader reader,
JsonDecoderOptions options = null
)
Public Shared Function Decode (
reader As TextReader,
Optional options As JsonDecoderOptions = Nothing
) As JsonValue
Parameters
- reader
- Type: System.IOTextReader
Reader of the json string. - options (Optional)
- Type: Dextronet.JsonieJsonDecoderOptions
Decoder options.
Return Value
Type:
JsonValueDecoded JSON value.
Exceptions See Also