I am getting an odd error in my data from my broker. Using perl I am changing a map message to json using jms-map-json. This returns an improperly structured version of my data.
'map' => [ { 'entry' => [ { 'string' => [ As you can see it is creating an array where the hash should be. I now have to access data like @{...@{$json->{map}}[0]->{entry}}; Which is very unpleasant. We did not have this issue prior. I used to be able to simply do @{$json->{map}{entry}} to access my data This is with amq 5.3.2 -- View this message in context: http://old.nabble.com/JMS-MAP-JSON-Improper-Data-structure-tp29140193p29140193.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.