Supercraft888 / lFinder

An open source command line interface link checker that will look for dead links. Made for DPS909 for release 0.1
ISC License
1 stars 4 forks source link

Add JSON output #15

Open Supercraft888 opened 4 years ago

Supercraft888 commented 4 years ago

This issue I'll be adding json output. Users can type -j and the output will be in a json format instead of the standard format. The JSON output should look like: [ { "url": 'https://www.google.com', "status": 200 }, { "url": 'https://bad-link.com', "status": 404 } ]