**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.