There is a way to save the entire state of the game. Just use the System Save. If you only want to save that one layout, there are a couple things you can try. You can save everything, and then OnLoad, reset everything you didn't want to save.
The other thing you could try would be to loop through everything on your layout and save it to JSON.