{"id":16905721,"url":"https://github.com/octref/vscode-json-transform","last_synced_at":"2026-02-28T00:42:45.324Z","repository":{"id":85550401,"uuid":"66988413","full_name":"octref/vscode-json-transform","owner":"octref","description":"Interactively transform JSON in VSCode.","archived":false,"fork":false,"pushed_at":"2016-09-19T19:58:31.000Z","size":6111,"stargazers_count":7,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T10:51:13.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items/octref.vscode-json-transform","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/octref.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-08-31T00:41:47.000Z","updated_at":"2022-06-28T10:04:41.000Z","dependencies_parsed_at":"2023-03-04T07:30:20.302Z","dependency_job_id":null,"html_url":"https://github.com/octref/vscode-json-transform","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octref%2Fvscode-json-transform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octref%2Fvscode-json-transform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octref%2Fvscode-json-transform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octref%2Fvscode-json-transform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octref","download_url":"https://codeload.github.com/octref/vscode-json-transform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248420729,"owners_count":21100457,"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":[],"created_at":"2024-10-13T18:39:23.596Z","updated_at":"2026-02-28T00:42:40.286Z","avatar_url":"https://github.com/octref.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Transform for VSCode\n\nInteractively transform JSON in VSCode.\n\n### Demo\n\n![](https://raw.githubusercontent.com/octref/vscode-jmespath/master/media/json-transform.gif)\n\n### Pattern\n\nThe transform pattern is very to learn. A few examples:\n\nOriginal json:\n```\n[\n    { \"name\": \"ada\", \"age\": 18 },\n    { \"name\": \"bob\", \"age\": 19 },\n    { \"name\": \"cal\", \"age\": 20 },\n    { \"name\": \"don\", \"age\": 21 }\n]\n```\n\n`[1]`\n```\n    { \"name\": \"ada\", \"age\": 18 }\n```\n\n`[:2]`\n```\n[\n    { \"name\": \"ada\", \"age\": 18 },\n    { \"name\": \"bob\", \"age\": 19 }\n]\n```\n\n`[:2].name`\n```\n[\n    \"ada\",\n    \"bob\"\n]\n```\n\n`[:2].{ NickName: name }`\n```\n[\n  { \"NickName\": \"ada\" },\n  { \"NickName\": \"bob\" }\n]\n```\n\nTo learn more about the patterns and try it interactively, go to [JMESPath Tutorial](http://jmespath.org/tutorial.html).\n\n### License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctref%2Fvscode-json-transform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctref%2Fvscode-json-transform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctref%2Fvscode-json-transform/lists"}