No way to copy JSON from state

In the above screenshot, I'm trying to copy the state slice for inAppMessages but there is no way to do it.
Please provide a way for developers to copy JSON from any slice of the state tree. Or at very lease, please provide a way to copy the entire state tree as JSON.
This indeed is useful function. I'm facing the same situation, I will have to console.log in code.
There is a way to do this. You can go to the state tab and under snapshots you can Add Backup (top right corner download looking button). This will generate a snapshot of the current state you have. You can click on the second from the left button, on the right side of the snapshot, to copy the state and put it into a JSON file.