I have a url which should be invoked from my perl script with a specific parameter. On invoking the url it returns me a JSON. I will have to parse this JSON in the same script. What is the best way to get this done in perl. A pseudo code would be of help 🙂
Share
You can try something like this:
See docs for LWP::Simple and JSON for more details.