DataScan.to_json()
Export the profile as a JSON string.
Usage
DataScan.to_json()The JSON is structured for round-trip persistence. Use from_json() or load_from_json() to restore a DataScan from the output.
Returns
str- A JSON string representing the profile.