Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decompress in C# #1

Open
shahramSo opened this issue Dec 18, 2020 · 3 comments
Open

Decompress in C# #1

shahramSo opened this issue Dec 18, 2020 · 3 comments

Comments

@shahramSo
Copy link

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

@beenotung
Copy link
Owner

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#.

@shahramSo
Copy link
Author

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.

@adainrivers
Copy link

Hi, any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants