There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Pack as much (structured or stream) data as possible in a JavaScript Unicode (UTF16) string. Good for LocalStorage and network transfer. Akin to / inspired by Huffman encoding, MessagePack and the Base64, UUEncode, YEncoding encoding/decoding protocols. Suitable for use in JavaScript LocalStorage and other spots where JavaSctript strings are expected rather than random binary data. Use this encoder/decoder to fully utilize the storage space offered by JavaScript technology.