JSON Strictness Check

RS Gateway does a strictness check of JSON when converting JSON into an MDC.

When strictJson is true and errors are detected while parsing JSON, exceptions are thrown and the conversion of that JSON into an MDC stops. This option is set to true in RS Gateway out-of-the-box. You can set it to false with the JVM switch -Drsgateway.strictJson=false or by setting it to false in an rsgateway.yaml file.