## DataScan.save_to_json()


Save the profile to a JSON file.


Usage

``` python
DataScan.save_to_json(output_file)
```


## Parameters


`output_file: str`  
The path to the output JSON file.
