You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}]
Example
current result :
Expected result :
The text was updated successfully, but these errors were encountered:
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 :
The text was updated successfully, but these errors were encountered: