I am using the LZString.compressToBase64 function of lz-string.js and need to decompress/compress the data on the server side.
The obvious solution seems to be lz_string_csharp but I am concerned about
this statement:
If you use just the regular Javascript 'compress' function then depending on the data in the string, it will not decompress correctly on the C# side.
However, if you are using the 'compress' function built into this C# version, then you should be ok to use the regular 'decompress' function included.
and about this reported issue: possible bug in c# version of compressToBase64