singer_sdk.about.JSONFormatter¶ class singer_sdk.about.JSONFormatter[source]¶ About formatter for JSON output. __init__()[source]¶ Initialize a JSONAboutFormatter. Return type: None format_about(about_info)[source]¶ Render about information. Parameters: about_info (AboutInfo) – About information. Returns: A formatted string. Return type: str