You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
This is not an issue but I would like to know that, is there a Nuget package for C#, to decompress for files which is compressed by "compress-json"?
Or is there a workaround to decompress files in C#?
Thanks
The text was updated successfully, but these errors were encountered:
I'm not very familiar with C#. My understanding of C# is it's a static typed language.
Hence we cannot automatically convert data over wire into c# objects. The most we can do is to convert it into 'hashmap' or alike general data structure. Is that what you're looking for?
If so, I can try to implement "compress-json" in C#.
Thanks for your reply,
Yes if this package implements under a C# class or Nuget package for C# to compress and decompress of a Json, so I think, It can be useful.
Hello,
This is not an issue but I would like to know that, is there a Nuget package for C#, to decompress for files which is compressed by "compress-json"?
Or is there a workaround to decompress files in C#?
Thanks
The text was updated successfully, but these errors were encountered: