Converts this IspInfo to a JSON object.
Map<String, dynamic> toJson() => { 'asn': asn, 'org': org, 'isp': isp, };