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
Hi Jeroen
AFAIR, this was to ensure round-tripping worked in cases where there was some ambiguity.
I can't recall if this is still necessary. But basically it is where an object degenerates to a scalar, for example, and it needs to be mapped back to a vector. But this is not the case here, but it is in that spirit.
In
RJSONIO
a[]
json string gets converted to anAsIs
object, see here. What is the reasoning behind this?The text was updated successfully, but these errors were encountered: