JsonParserDecode Method (String, JsonDecoderOptions) |
Deserializes JSON encoded string into object representation.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic static JsonValue Decode(
string jsonString,
JsonDecoderOptions options = null
)
Public Shared Function Decode (
jsonString As String,
Optional options As JsonDecoderOptions = Nothing
) As JsonValue
Parameters
- jsonString
- Type: SystemString
String which should be parsed. - options (Optional)
- Type: Dextronet.JsonieJsonDecoderOptions
Decoder options.
Return Value
Type:
JsonValueDecoded JSON value.
Exceptions
See Also