{"id":18981935,"url":"https://github.com/austinwilcox/jsonhero.nvim","last_synced_at":"2025-11-10T23:03:38.050Z","repository":{"id":220363667,"uuid":"751447711","full_name":"austinwilcox/jsonhero.nvim","owner":"austinwilcox","description":"Open visually selected JSON in JsonHero","archived":false,"fork":false,"pushed_at":"2024-02-01T18:47:36.000Z","size":138,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-01T11:41:44.568Z","etag":null,"topics":["json","lua","neovim"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/austinwilcox.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":"2024-02-01T16:23:43.000Z","updated_at":"2024-02-08T18:10:41.000Z","dependencies_parsed_at":"2024-11-10T17:16:36.911Z","dependency_job_id":null,"html_url":"https://github.com/austinwilcox/jsonhero.nvim","commit_stats":null,"previous_names":["austinwilcox/jsonhero.nvim"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austinwilcox%2Fjsonhero.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austinwilcox%2Fjsonhero.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austinwilcox%2Fjsonhero.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austinwilcox%2Fjsonhero.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/austinwilcox","download_url":"https://codeload.github.com/austinwilcox/jsonhero.nvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239986194,"owners_count":19729589,"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":["json","lua","neovim"],"created_at":"2024-11-08T16:11:50.318Z","updated_at":"2025-11-10T23:03:38.022Z","avatar_url":"https://github.com/austinwilcox.png","language":"Lua","readme":"# JsonHero.nvim\n\nThis plugin is intended to open visually selected json text from neovim in a new browser window in Json Hero. You can trigger the plugin by highlighting text, entering command mode, and then typing ```Jsonhero```.\n\n![](./demonstration.gif)\n\n## Setup\n\n**Lazy**\n\n```lua\n{\n    \"austinwilcox/jsonhero.nvim\",\n    config = function()\n      require(\"jsonhero\").setup({})\n    end\n}\n```\n\n**Packer**\n\n```lua\nuse {\n    \"austinwilcox/jsonhero.nvim\",\n    config = function()\n        require(\"jsonhero\").setup({})\n    end\n}\n```\n\n## Experimenting\n\nThis small json blerb works great, I struggle with some larger json files, and I think this has everything to do with hitting the url limit in number of characters with the base64 text.\n\n```json\n{\n  \"hello\": \"world\"\n}\n```\n\n## TODO:\n\n- [ ] When the encoded base64 string goes past the limit for a url, error out instead of trying to hit json hero\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustinwilcox%2Fjsonhero.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faustinwilcox%2Fjsonhero.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustinwilcox%2Fjsonhero.nvim/lists"}