strictProtocolChecks property

bool strictProtocolChecks
final

Whether to strictly enforce the JSON-RPC 2.0 specification for received messages.

If false, this Server will accept some requests which are not conformant with the JSON-RPC 2.0 specification. In particular, requests missing the jsonrpc parameter will be accepted.

Implementation

final bool strictProtocolChecks;