How can I JSON stringify and then parse an object with functions? (JavaScript)
I have an object with both attributes and functions, and I want to be able to stringify them into JSON, then parse them back out again for a save-load system. Keep in mind, the data has circular components. I tried…