$json='{"Orders":{"GeneralDescription":"General Instruction Section","order1":{"type":"print"},"order2":{"type":"print"}}}'; #### $xmlrecord{GeneralDescription}=$root->findvalue('/Orders/GeneralDescription); $xmlrecord{order1}= $root->findvalue('/Orders/order1/type/@type'); $xmlrecord{order2}= $root->findvalue('/Orders/order2/type/@type');