Sandbox Logo

About JsonBackedStorage

This library adds a basic Json Backed storage system for data.


It currently provides 1 class which has 4 functions.

The class Storage which takes a string of what you want your storage to be named.

The SetObject function takes a name for your "table" and a "index" in that table to store an object.

The GetObject function takes a table and index and returns the object.

The Load function loads the storage from disk.

The Commit function, commits the storage to disk.