-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify array strings #8
Comments
ah i was already scratching my head about this one. |
Yes, |
Sorry to barge in on a 2016 issue but I am only noticing now this new format of list attribute values because some people need it in Should we maybe restrict this a bit more? |
Something I forgot to mention, we've modified the array support. The 1.2 format supports something called a "liststring" which is basically an array of strings and would be able to parse something like
foo|bar
where|
is the separator. This wasn't very well done and @eduramiba improved the underlying array parsing and printing code so we can parse things like[foo, bar]
,foo,bar
or even["foo", "bar"]
. We've also added new types:listboolean
,listinteger
,listlong
,listdouble
.The text was updated successfully, but these errors were encountered: