{"id":18116802,"url":"https://github.com/malopolese/copy-json-path","last_synced_at":"2026-03-16T09:31:53.713Z","repository":{"id":37832453,"uuid":"390107036","full_name":"MaloPolese/copy-json-path","owner":"MaloPolese","description":"This extention allow you to copy json path","archived":false,"fork":false,"pushed_at":"2024-12-21T19:46:04.000Z","size":391,"stargazers_count":36,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T02:46:52.203Z","etag":null,"topics":["extension","visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaloPolese.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-27T19:43:30.000Z","updated_at":"2025-02-08T12:23:45.000Z","dependencies_parsed_at":"2024-04-08T22:04:57.285Z","dependency_job_id":null,"html_url":"https://github.com/MaloPolese/copy-json-path","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaloPolese%2Fcopy-json-path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaloPolese%2Fcopy-json-path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaloPolese%2Fcopy-json-path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaloPolese%2Fcopy-json-path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaloPolese","download_url":"https://codeload.github.com/MaloPolese/copy-json-path/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248890167,"owners_count":21178377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension","visual-studio-code","vscode","vscode-extension"],"created_at":"2024-11-01T04:15:07.082Z","updated_at":"2026-03-16T09:31:53.675Z","avatar_url":"https://github.com/MaloPolese.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eCopy Json Path \u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Super Linter](https://img.shields.io/github/actions/workflow/status/MaloPolese/copy-json-path/main.yml?branch=main)](https://github.com/MaloPolese/copy-json-path/tree/main)\n[![Last Commit](https://img.shields.io/github/repo-size/MaloPolese/copy-json-path?style=flat-square\u0026label=Repo\u0026color=4F98CA)](https://github.com/MaloPolese/copy-json-path/tree/main)\n[![Last Commit](https://img.shields.io/github/license/MaloPolese/copy-json-path?style=flat-square\u0026logo=GNU\u0026label=License)](https://github.com/MaloPolese/copy-json-path/tree/main)\n[![GitHub Issues](https://img.shields.io/github/issues/MaloPolese/copy-json-path.svg?style=flat-square\u0026label=Issues\u0026color=FF70A7)](https://github.com/MaloPolese/copy-json-path/issues)\n[![Last Commit](https://img.shields.io/github/last-commit/MaloPolese/copy-json-path.svg?style=flat-square\u0026label=Last%20Commit\u0026color=A06EE1)](https://github.com/MaloPolese/copy-json-path/tree/main)\n\n[![GitHub Issues](https://img.shields.io/visual-studio-marketplace/stars/malo.copy-json-path?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=Malo.copy-json-path)\n[![GitHub](https://img.shields.io/visual-studio-marketplace/v/malo.copy-json-path?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=Malo.copy-json-path\u0026ssr=false#version-history)\n[![GitHub](https://img.shields.io/visual-studio-marketplace/d/malo.copy-json-path)](https://marketplace.visualstudio.com/items?itemName=Malo.copy-json-path\u0026ssr=false#review-details)\n\n\u003c/div\u003e\n\nThis extension allows you to copy and paste a jsonpath\n\n# Install\n\n1. Install extension from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Malo.copy-json-path) or [Open VSX Registry](https://open-vsx.org/extension/Malo/copy-json-path)\n2. Enjoy\n\n# Usage\n\n1. Open a json file\n2. Click on any key in the file\n3. \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eMaj\u003c/kbd\u003e+\u003ckbd\u003ep\u003c/kbd\u003e write `Copy json path` and \u003ckbd\u003eEnter\u003c/kbd\u003e\n\n# Showcase\n\n![Showcase 1](assets/showcase-1.gif 'How to copy')\n\n# Configuration\n\n## Bracket notation\n\nIf you want to use bracket notation instead of dot notation, you can set the `copy-json-path.bracketNotation` setting to `true`.\n\n![Bracket notation setting](assets/settings-bracket-notation.png 'bracket notation')\n\n## File name\n\nIf you want to add the file name at the beginning of the path, you can set the `copy-json-path.includeFileName` setting to `true`.\n\n![File name setting](assets/settings-file-name.png 'file name')\n\n## Quotes\n\nWhen you use the bracket notation the key is surrounded by quotes. With the `copy-json-path.quote` setting you can choose the type of quotes to use `Single` or `Double`.\nThe default value is `Double`.\n\n![Quote setting](assets/settings-quote.png 'Quote')\n\n## Output\n\nIf you want to change the output format, you can change the `copy-json-path.output` setting.\n\n![Output setting](assets/settings-output.png 'Output')\n\nThe default output is only the json path represented by the %PATH% variable.\n\nFor example, you can change it as follows:\n![Output html](assets/settings-output-html.png 'Output html')\n\nand the result in your clipboard will be :\n`\u003cTMPL_VAR NAME=\"path.to.key\"\u003e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalopolese%2Fcopy-json-path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalopolese%2Fcopy-json-path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalopolese%2Fcopy-json-path/lists"}