serialize

serializes Vault data into an array of JSON objects

array serialize();
arrayan array of JSON objects for each file in Vault

Example

var data = vault.data.serialize();

See also
Back to top