'DeclarationPublic Function New( _ ByVal json As String, _ ByVal context As IServiceMessageContext _ )
'UsageDim json As String Dim context As IServiceMessageContext Dim instance As New JsonDecoder(json, context)
public JsonDecoder( string json, IServiceMessageContext context )
public: JsonDecoder( String^ json, IServiceMessageContext^ context )
Parameters
- json
 - The JSON encoded string.
 - context
 - The service message context to use.