DownloadRichard-Mcfriend-s-JSON-Archive
A file archive based on the JavaScript Object Notation
-
High compression ratio.
-
Simple and lightweight
-
Support for JSON by many programming language gives it easy
implementation and portability.
-
Saves space consumed by files uploaded to your application.
-
JSON can easily be manipulated by JavaScript making it serve as
a server/client interface when purified.
-
Serve as a server/client file transfer mechanism.
-
Secure. JSON Archives can be secured with a password.
-
Out-performs zip with large files and archive.
CLASS JSON_Archive FEATURES
-
Compress files.
-
Decompress Archive.
-
Rename and Delete files in archive.
-
Moves files in archive by renaming them.
-
Get details of files in archive.
-
Get archive details.
-
Return archive as JSON string.
-
Secure archives.
-
Set compression level between 1 and 9.
-
Full directory compression.
-
Add comments and author/owner details.
|