Copy data from one root node to another root node in firebase database

I have data in firebase database in nested data structure. I want to copy that data to another node. I have tried various Strategies to achieve this. The data is copied successfully to the another node but in string format not an object. Can anyone help me in this?