Skip to content

Commit 7f085a4

Browse files
authored
Moved description from SimpleJSON
1 parent 01197bd commit 7f085a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SimpleJSONBinary.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
* You can use the define "SimpleJSON_ExcludeBinary" to selectively disable
1212
* this extension without the need to remove the file from the project.
1313
*
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+
*
1418
*
1519
* The MIT License (MIT)
1620
*

0 commit comments

Comments
 (0)