• Hello Hotel
    link
    English
    1
    edit-2
    4 days ago

    This is just as easy to write, just as sloppy but hopefully way easier to read.

    Game.onload = (data)=>{
    let a = data;
    a = JSON.decode(a)["saveGame"][0];
    a = JSON.decode(a)["SaveGame"];
    return a;
    }