libucl
libucl copied to clipboard
Base64 encoded strings
UCL lacks support of binary data, so adding something like this could be useful.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
+1
How do you envision indicating that an object contains base64 encoded data?
foo = base64(data)
foo @= "data"
.base64(key=foo) "data"