Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON output standard format #107

Open
quentingosset opened this issue Feb 11, 2024 · 1 comment
Open

JSON output standard format #107

quentingosset opened this issue Feb 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@quentingosset
Copy link

quentingosset commented Feb 11, 2024

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

@quentingosset quentingosset added the enhancement New feature or request label Feb 11, 2024
@quentingosset quentingosset changed the title JSON format standard JSON output standard format Feb 12, 2024
@quentingosset
Copy link
Author

@AndreiIgna any news ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants