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 has been archived by the owner on Jan 22, 2019. It is now read-only.
(by simple I mean arrays of scalar values; numbers, strings, booleans, and not arrays of objects or arrays of arrays)
It should be possible to specify array element separator character, and if that is defined, elements of arrays should be serialized separated by this character on output.
And when deserializing, such array values should be possible to decode back using same separator.
The text was updated successfully, but these errors were encountered:
(by simple I mean arrays of scalar values; numbers, strings, booleans, and not arrays of objects or arrays of arrays)
It should be possible to specify array element separator character, and if that is defined, elements of arrays should be serialized separated by this character on output.
And when deserializing, such array values should be possible to decode back using same separator.
The text was updated successfully, but these errors were encountered: