Quick ASP project
Budget: $10 – $30 USD
I need a classic ASP script (VBScript) that takes a JSON response and counts the number of records. I also need to know the earliest BreachDate and the most recent BreachDate.
For example, you might get this returned:
https://haveibeenpwned.com/api/v3/breaches
From that, I need to know three things:
Total number of records "Name" = 644
Oldest "BreachDate" = 2007-07-12
Most Recent "BreachDate" = 2022-12-13
This must be 100% classic ASP.
For example, you might get this returned:
https://haveibeenpwned.com/api/v3/breaches
From that, I need to know three things:
Total number of records "Name" = 644
Oldest "BreachDate" = 2007-07-12
Most Recent "BreachDate" = 2022-12-13
This must be 100% classic ASP.