How do I read the json from https url? Something likeuse JSON qw( decode_json ); my $json_array = decode_json ( do { local $/; <DATA> } ); __DATA__ Json text
use JSON qw( decode_json ); my $json_array = decode_json ( 'https://someurl?sss&output=json' );
In reply to How to read https json? by vskatusa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |