-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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}]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request

