lune icon indicating copy to clipboard operation
lune copied to clipboard

Buffer JSON encoding/decoding

Open Hexcede opened this issue 5 months ago • 0 comments

Lune can't currently encode/decode buffers that have been JSON encoded by Roblox (such as when written to DataStores)

My particular use case is interacting with DataStores via OpenCloud within Lune, specifically, reading a key that contains a buffer, and then decoding that encoded buffer into a buffer datatype inside of Lune.

#202 and #203 are also relevant

Hexcede avatar Sep 10 '24 14:09 Hexcede