in reply to Re^2: nested foreach loop not working
in thread nested foreach loop not working
Here is the data structure . I would like to print the values for 'name' and 'values'.
"$VAR1 = [ { 'namespace' => 'urn:oasis:names:tc:SAML:2.0:attrname-forma +t:unspecified', 'name' => 'First Name', 'values' => [ 'user.firstName' ], 'type' => 'EXPRESSION' }, { 'namespace' => 'urn:oasis:names:tc:SAML:2.0:attrname-forma +t:unspecified', 'name' => 'Last Name', 'values' => [ 'user.lastName' ], 'type' => 'EXPRESSION' } ];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: nested foreach loop not working
by hippo (Archbishop) on Dec 26, 2021 at 17:43 UTC | |
|
Re^4: nested foreach loop not working
by BillKSmith (Monsignor) on Dec 27, 2021 at 18:48 UTC |