I wanted to confirm the following:
Before I call the WL.JSONStore.init method on a collection, must I first call the removeCollection method?
Can I call the WL.JSONstore.init method on the same collection without getting side effects such as duplicate collections in the device's native DB?
Can the WL.JSONStore.init method be thought of as a singleton method basically letting the existing collection/device's native db be ready to accept new record updates for that already existing collection?