Requirements
TOON JSON Converter is a single Python file that requires:- Python 3.10+ (uses modern type hints like
list[str]and pattern matching) - No external dependencies - uses only Python standard library
Download
Since TOON JSON Converter is a standalone Python script, installation is simple:Download the script
Download
toon_json_converter.py from the repository and place it in your project directory or a location in your PATH.Usage as a Module
You can also import and use the converter programmatically in your Python code:Next Steps
Quick Start
Get up and running with your first conversion
CLI Options
Learn about encoding and decoding options