You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2019. It is now read-only.
cannot JSON convert any data arrays with NA.
JSON.json(@DaTa [1,2,NA]) used to produce "[1,2,{}]" but now produces the error "Cannot serialize type DataArrays.NAtype"
guessing this is because the vector syntax {} is now discontinued
is there a workaround? or before converting do we have to manually convert all data arrays to nothing or "" ?
This issue was reported in JSON.jl.