vscode-copy-json-path icon indicating copy to clipboard operation
vscode-copy-json-path copied to clipboard

Add Python Support

Open CodeYan01 opened this issue 2 years ago • 1 comments

In Python, everything is accessed via subscripts, no dot notation. Please add a configuration option to make it so all object paths use subscripting. Thank you

CodeYan01 avatar Jul 29 '23 06:07 CodeYan01

Hi, somehow I haven't noticed this issue before. Do you mean that e.g. {"a": {"b": "c"}} would be a_b? If yes - there's pathSeparator option for it now.

nidu avatar Mar 16 '24 11:03 nidu