Hope there is a feature to copy the path of the selected in the format of a target language. for example: ``` {"a": {"b": {"c": 1}}} ``` In Python, the copied value should be: root['a']['b']['c'] In JavaScript, the copied value should be: root.a.b.c