Hi,
I am new here and I am building a VTT (virtual table top) where I store the board state on room dispose as JSON.
On create I would like to deserialize it into the new state.
Is there a quick way of doing it or do I need to nest constructors to consume the object?
Many thanks.
Joel