libucl
libucl copied to clipboard
Feature Request: opaque splitting of strings
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.