magiclen / whois-rust

This is a WHOIS client library for Rust, inspired by https://github.com/hjr265/node-whois
MIT License
19 stars 9 forks source link

Feature Request: JSON parser #7

Open EvilWatermelon opened 5 months ago

EvilWatermelon commented 5 months ago

I would like to get the whois results as a JSON object like WhoIsLookupOptions::from_string("some ip").into_json()

azzamsa commented 4 months ago

@EvilWatermelon do you find a solution for this?