in reply to reading a JSON object
I'm not sure what your question is. You are already reading the JSON data and extracting parts from it:
my $json = $ua->get($url)->res->json; ... my $json3 = $ua2->get($siteurl2)->res->json;
Maybe you can tell us where exactly you have problems, and show the relevant input data and what you expect your program to do?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: reading a JSON object
by anautismobserver (Sexton) on May 09, 2022 at 01:33 UTC | |
by marto (Cardinal) on May 09, 2022 at 08:39 UTC | |
|
Re^2: reading a JSON object
by anautismobserver (Sexton) on May 08, 2022 at 20:06 UTC |