Skip to content

JSON output standard format #107

@quentingosset

Description

@quentingosset

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 :
image

Expected result :
image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions