{"library":"toml","install":[{"cmd":"pip install toml","imports":["import toml\nparsed_toml = toml.loads(toml_string)","import toml\nnew_toml_string = toml.dumps(parsed_toml)","import toml\nwith open('new_toml_file.toml', 'w') as f:\n    toml.dump(parsed_toml, f)"]}]}