Persisting data

As far as I can see at the moment there are only two ways to persist data: saving to a file and using the Keychain.
Is there another way? Something like NSUserDefaults would be nice …

i’m hoping for a way to read/write data with Data Jar directly from within Scriptable.

keeping my fingers crossed.

As an iOS-developer myself, I think it would be pretty easy to implement NSUserDefaults … it could work the same way the Keychain is now implemented to save key-value-pairs. Basically the same way localStorage is working. Having another app like Data Jar would be ok too but its somehow a workaround…