JsonParserDecode Method (Stream, 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(
Stream stream,
JsonDecoderOptions options = null
)
Public Shared Function Decode (
stream As Stream,
Optional options As JsonDecoderOptions = Nothing
) As JsonValue
Parameters
- stream
- Type: System.IOStream
Input stream containing json string. - options (Optional)
- Type: Dextronet.JsonieJsonDecoderOptions
Decoder options.
Return Value
Type:
JsonValueDecoded JSON value.
Exceptions See Also