We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01197bd commit 7f085a4Copy full SHA for 7f085a4
SimpleJSONBinary.cs
@@ -11,6 +11,10 @@
11
* You can use the define "SimpleJSON_ExcludeBinary" to selectively disable
12
* this extension without the need to remove the file from the project.
13
*
14
+ * If you want to use compression when saving to file / stream / B64 you have to include
15
+ * SharpZipLib ( http://www.icsharpcode.net/opensource/sharpziplib/ ) in your project and
16
+ * define "USE_SharpZipLib" at the top of the file
17
+ *
18
19
* The MIT License (MIT)
20
0 commit comments