Update JSON API
[src/app-framework-demo.git] / afm-client / bower_components / jszip / documentation / api_jszip.md
1 ---
2 title: "JSZip API"
3 layout: default
4 section: api
5 ---
6
7 An instance of JSZip represents a set of files. You can add them, remove them,
8 modify them. You can also import an existing zip file or generate one.
9
10 ### Attributes
11
12 attribute name       | type        | description
13 ---------------------|-------------|-------------
14 `files`              | object      | the [ZipObject]({{site.baseurl}}/documentation/api_zipobject.html)s inside the zip with the name as key. See [file(name)]({{site.baseurl}}/documentation/api_jszip/file_name.html).
15 `comment`            | string      | the comment of the zip file.