in reply to Re: Parsing a JSON response
in thread Parsing a JSON response
Note that that can be written:
$VAR1->{address_components}[4]{long_name}
which is more consistent with the OP's usage and reads better (at least to my eye) because it reduces clutter.
|
|---|