dojox.data.jsonPathStore.dump
exports the store data set. Takes an options object with a number of parameters data: / object / Defaults to the root of the store. The data to be exported. clone: / boolean / clone the data set before returning it or modifying it for export cleanMeta: / boolean / clean the meta data off of the data. Note that this will happen to the actual store data if !clone. If you want to continue using the store after this operation, it is probably better to export it as a clone if you want it cleaned. suppressExportMeta: / boolean / By default, when data is exported from the store some information, such as as a timestamp, is added to the root of exported data. This prevents that from happening. It is mainly used for making tests easier. type: "raw" || "json" Defaults to 'json'. 'json' will convert the data into json before returning it. 'raw' will just return a reference to the object
Usage
parameter | type | description |
---|---|---|
options |