I don’t understand this test. MATLAB 9.8 is R2020a, but the doc says that jsondecode was introduced in R2016b (i.e. MATLAB 9.1). [Also note that there was a small behaviour change in R2017b regarding the handling of NaN and Inf, I don’t know if this impacts mdbnomics]
Can you possibly clarify?
I don’t understand this test. MATLAB 9.8 is R2020a, but the doc says that `jsondecode` was introduced in R2016b (i.e. MATLAB 9.1). [Also note that there was a small behaviour change in R2017b regarding the handling of `NaN` and `Inf`, I don’t know if this impacts mdbnomics]
Can you possibly clarify?
The change in handling of NaN and Inf doesn't impact mdbnomics, because in the POST request still the original values are pushed where the string NA is not yet converted to NaN.
The change in handling of `NaN` and `Inf` doesn't impact mdbnomics, because in the POST request still the original values are pushed where the string `NA` is not yet converted to `NaN`.