Copy property path

Desired functionality: ability to copy the unique pathway of a specific property in any node (core functionality).

Right click on any property field in the JSON, in node edit screen, Copy Unique Path. Pasting this would paste the unique path to that property, like : $(‘My Node’).item[0].json.body.myObject.myProperty

that would be handy.