'custom_fields' => { { "key" => "height", "value" => 500 }, { "key" => "width", "value" => 750 } },
The key custom_fields has a hash as its value. The hash has the key { "key" => "height", "value" => 500 } and the value { "key" => "width", "value" => 750 }. Since hash keys are converted to strings what you actually have is something like:
'custom_fields' => { 'HASH(0x8153c28)' => { "key" => "width", "value" => 750 } },
In reply to Re: hash (within an array?) issue
by jwkrahn
in thread hash (within an array?) issue
by ilovechristy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |