Add method to save Collatz sequence as JSON file. ```python c = Collatz(123) c.save_json('some-folder') ```