Description
It would be interesting to have json formatting to be able to work correctly with the data.
I've compared it with the "whois-json" package, which returns most of the information to the module. The module you're presenting manages to break down the information correctly, but working with it is difficult because it doesn't respect the JSON standard (https://google.github.io/styleguide/jsoncstyleguide.xml?showone=Property_Name_Format#Property_Name_Format).
Can you :
use camelCase for object names
Use double quote instead simple quote
return a array containing a list of whois server. Exemple : [{"server" : "whois.verisign-grs.com","data": object with the various values returned by the registrar}]
Description It would be interesting to have json formatting to be able to work correctly with the data. I've compared it with the "whois-json" package, which returns most of the information to the module. The module you're presenting manages to break down the information correctly, but working with it is difficult because it doesn't respect the JSON standard (https://google.github.io/styleguide/jsoncstyleguide.xml?showone=Property_Name_Format#Property_Name_Format).
Can you :
Example current result :
Expected result :