addJSONCollections Method 
Adds to the framework page an array of collections in a JSON format
Parameter |
Description |
|---|---|
JSONCollectionArray |
An array of collections in a JSON format |
A Boolean indicating whether the operation succeeded
Example
var collectionJSON = response.parseJSON(); LSAPI.Collections.addJSONCollections([collectionJSON]);