I want to know if is saved like with the local storage plugin, I want to save a JSON in the dictionary and that when you click a button, the JSON save text is loaded.
Develop games in your browser. Powerful, performant & highly capable.
To save the dictionary data, you can use
LocalStorage | Set key to Dictionary.AsJSON
To load data from LocalStorage to Dictionary, use
Dictionary | Load (from the key you had previously saved)