{"id":37171433,"url":"https://github.com/wooos/je","last_synced_at":"2026-01-14T20:00:57.070Z","repository":{"id":53750306,"uuid":"311835220","full_name":"wooos/je","owner":"wooos","description":"Command line editor for json","archived":false,"fork":false,"pushed_at":"2021-06-08T09:30:18.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-21T02:49:43.125Z","etag":null,"topics":["golang","jsoneditor"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wooos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-11T01:57:53.000Z","updated_at":"2021-06-17T11:06:33.000Z","dependencies_parsed_at":"2022-09-24T00:52:08.431Z","dependency_job_id":null,"html_url":"https://github.com/wooos/je","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wooos/je","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooos%2Fje","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooos%2Fje/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooos%2Fje/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooos%2Fje/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wooos","download_url":"https://codeload.github.com/wooos/je/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooos%2Fje/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["golang","jsoneditor"],"created_at":"2026-01-14T20:00:44.844Z","updated_at":"2026-01-14T20:00:57.055Z","avatar_url":"https://github.com/wooos.png","language":"Go","readme":"# je\n\n[![CircleCI](https://circleci.com/gh/wooos/je.svg?style=shield)](https://circleci.com/gh/woos/je)\n\nCommand line editor for json.\n\n## Usage\n\n```\nCommand line editor for json.\n\nUsage\n  je [command]\n\nAvailable Commands:\n  completion  Generate auto completions script for goe for the specified shell (bash)\n  delete      Delete the keys of json\n  help        Help about any command\n  update      update a json file\n  version     print current version information\n\nFlags:\n  -h, --help   help for je\n\n  Use \"je [command] --help\" for more information about a command.\n```\n\n## Example\n\nThe below is content of `source.json`.\n\n```json\n{\n  \"name\": \"je\",\n  \"version\": \"v1.0\",\n  \"detail\": {\n    \"n\": \"je\",\n    \"v\": \"v1.0\"\n  },\n  \"users\": [\n    \"a\",\n    \"b\"\n  ]\n}\n\n```\n\n1. modify `name` value `je` to `jee`\n\n```\n$ je update --set name=jee source.json\n```\n\n2. modify `detail.n` value `je` to `jee`\n\n```\n$ je update --set detail.n=jee source.json\n```\n\n3. modify `users` values `a` to `aa`\n\n```\n$ je update --set users[0]=aa source.json\n```\n\n4. modify `name` value `je` to `jee` and modify `n` value `je` to `jee`\n\n```\n$ je update --set name=jee,detail.n=jee source.json\n```\n\n5. delete key `name`\n\n```\n$ je delete --keys name source.json\n```\n\n6. delete key `detail.n`\n\n```\n$ je delete --keys detail.n source.json\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwooos%2Fje","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwooos%2Fje","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwooos%2Fje/lists"}