LayeredStudio / whoiser

🌍 Easy to use WHOIS info for domains, TLDs and IPs
MIT License
215 stars 32 forks source link

JSON output standard format #107

Open quentingosset opened 9 months ago

quentingosset commented 9 months ago

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

Expected result : image

quentingosset commented 8 months ago

@AndreiIgna any news ?