We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Is there any way to easily export the python ServerScanResult object to json?
Describe the solution you'd like Some function for ServerScanResult object like ServerScanResult.to_json("./path_to_output.json")
Describe alternatives you've considered Probably possible to use some json serializer for this purpose.
The text was updated successfully, but these errors were encountered:
Hello, Yes, it is visible here for example:
sslyze/sslyze/__main__.py
Line 77 in 8bf376c
result_as_json = ServerScanResultAsJson.from_orm(result) result_as_json_str = result_as_json.json() # <- String containing the JSON result
Sorry, something went wrong.
[#571] Document how to export to JSON via API
19b3295
I added documentation on how to do this as part of v5.0.6.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Is there any way to easily export the python ServerScanResult object to json?
Describe the solution you'd like
Some function for ServerScanResult object like ServerScanResult.to_json("./path_to_output.json")
Describe alternatives you've considered
Probably possible to use some json serializer for this purpose.
The text was updated successfully, but these errors were encountered: