'Declaration
Public Function New( _ ByVal json As String, _ ByVal context As IServiceMessageContext _ )
'Usage
Dim 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.