libucl icon indicating copy to clipboard operation
libucl copied to clipboard

Feature Request: opaque splitting of strings

Open allanjude opened this issue 11 years ago • 0 comments

Would it be possible to have automatic conversion between arrays and strings

Not sure how a user might denote when they want this to happen but, example:

flags = "a,b,c"; becomes: "flags": [ 'a', 'b', 'c', ]

and vice versa

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

allanjude avatar Oct 04 '14 17:10 allanjude