{"id":26126223,"url":"https://github.com/discoveryjs/jsondiscovery","last_synced_at":"2025-05-16T15:02:49.314Z","repository":{"id":33516334,"uuid":"158403775","full_name":"discoveryjs/JsonDiscovery","owner":"discoveryjs","description":"A browser extension (Chrome, Edge, Firefox) that changes the way you're viewing JSON","archived":false,"fork":false,"pushed_at":"2024-10-18T23:20:44.000Z","size":1358,"stargazers_count":310,"open_issues_count":14,"forks_count":13,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-25T04:28:05.976Z","etag":null,"topics":["chrome-extension","discovery","edge-extension","firefox-extension","hacktoberfest","json","json-viewer"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/discoveryjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-11-20T14:38:56.000Z","updated_at":"2024-10-24T22:31:16.000Z","dependencies_parsed_at":"2024-04-02T14:31:40.080Z","dependency_job_id":"43193b34-231d-41fc-a405-0444bb252484","html_url":"https://github.com/discoveryjs/JsonDiscovery","commit_stats":{"total_commits":159,"total_committers":5,"mean_commits":31.8,"dds":"0.41509433962264153","last_synced_commit":"934eb50348212d40e478712a5a1cb71a1f4f18d8"},"previous_names":["discoveryjs/jsondiscovery","discoveryjs/browser-extension-json-discovery"],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoveryjs%2FJsonDiscovery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoveryjs%2FJsonDiscovery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoveryjs%2FJsonDiscovery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoveryjs%2FJsonDiscovery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discoveryjs","download_url":"https://codeload.github.com/discoveryjs/JsonDiscovery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980836,"owners_count":21027808,"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":["chrome-extension","discovery","edge-extension","firefox-extension","hacktoberfest","json","json-viewer"],"created_at":"2025-03-10T17:28:27.337Z","updated_at":"2025-04-09T05:07:47.337Z","avatar_url":"https://github.com/discoveryjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JsonDiscovery\n\nA browser extension that changes the way you're viewing JSON\n\n[![Chrome Web Store](https://badgen.net/chrome-web-store/v/pamhglogfolfbmlpnenhpeholpnlcclo)](https://chrome.google.com/webstore/detail/jsondiscovery/pamhglogfolfbmlpnenhpeholpnlcclo)\n[![Mozilla Addons](https://badgen.net/amo/v/jsondiscovery)](https://addons.mozilla.org/en-US/firefox/addon/jsondiscovery/)\n\n![JsonDiscovery](https://i.imgur.com/aMinbNB.png)\n\nAdd the extension to your browser:\n\n* [Chrome Web Store](https://chrome.google.com/webstore/detail/discoveryjson/pamhglogfolfbmlpnenhpeholpnlcclo) (for Chrome \u0026 Edge, see [additional instructions](#chrome--edge))\n* [Firefox Browser Add-ons](https://addons.mozilla.org/firefox/addon/jsondiscovery/) (see [additional instructions](#firefox))\n* [Releases](https://github.com/discoveryjs/browser-extension-json-discovery/releases) section\n\nJsonDiscovery is based on [Discovery.js](https://github.com/discoveryjs/discovery) which provides powerful features for rapid JSON analysis and beautiful reports on the fly!\n\n## Most exciting features:\n\n- Show JSON as an interactive tree with highlighting\n- Easy an object or an array copy to clipboard\n- Data structure signature (like in TypeScript)\n- Data transformation with a query using Jora, suggestions on a query typing\n- Customisation of JSON data presentation (using tables, lists and so on)\n- Custom data presentation (a report) sharing by a link\n- Works on any page with a valid JSON – URL/content type doesn't matter (might not work for urls with strict CSP in some cases)\n- Works on local files (see [instructions for Chromium browsers](https://github.com/discoveryjs/browser-extension-json-discovery#working-with-local-files) below)\n- Works offline (doesn't perform any network requests)\n\nRead more on [Medium](https://blog.usejournal.com/changing-a-way-were-viewing-json-in-a-browser-51eda9103fa2)\n\n## Additional instructions\n\n### Chrome \u0026 Edge\n\nBy default installed extensions in Chromium browsers doesn't work in Incognito mode and has no access to local files. If you need these features, then you should enable it:\n\n* Head to `chrome://extensions`\n* Find `JsonDiscovery`\n* Click `Details` button\n* Enable `Allow in Incognito` to make JsonDiscovery work in Incognito mode\n* Enable `Allow access to file URLs` to make JsonDiscovery work for local files\n\n### Firefox\n\nTo make JsonDiscovery work in Firefox you should disable default JSON viewer:\n\n* Head to `about:config`\n* Search for `devtools.jsonview.enabled` setting\n* Toggle the setting to `false`\n\n## Development\n\nClone the repository, run `npm install` and start local development server with `npm run dev` command.\n\nAdd dev version of the extension to your browser:\n\n- Chromium browsers (Chrome, Edge)\n    * Head to `chrome://extensions/`\n    * Click `Developer mode` in the top right corner\n    * Click `Load unpacked`\n    * Select a folder with extension source files (`build-chrome`)\n\n- Firefox\n    * Head to `about:debugging`\n    * Click `Load Temporary Add-on`\n    * Find the folder with extension source files (`build-firefox`) and select `manifest.json` file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoveryjs%2Fjsondiscovery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscoveryjs%2Fjsondiscovery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoveryjs%2Fjsondiscovery/lists"}