{"id":13517502,"url":"https://github.com/jamiew/jsonview-chrome","last_synced_at":"2025-03-31T08:31:43.421Z","repository":{"id":66289728,"uuid":"476745","full_name":"jamiew/jsonview-chrome","owner":"jamiew","description":"DEPRECATED – Beautify how Chrome displays JSON - port of the Firefox extension. NOT JSONView in the Chrome store","archived":true,"fork":false,"pushed_at":"2013-11-30T20:43:30.000Z","size":126,"stargazers_count":141,"open_issues_count":4,"forks_count":49,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-28T19:48:52.148Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jsonview.com","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/jamiew.png","metadata":{"files":{"readme":"README.textile","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}},"created_at":"2010-01-18T00:01:41.000Z","updated_at":"2023-08-22T21:30:34.000Z","dependencies_parsed_at":"2023-02-20T01:45:17.624Z","dependency_job_id":null,"html_url":"https://github.com/jamiew/jsonview-chrome","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/jamiew%2Fjsonview-chrome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fjsonview-chrome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fjsonview-chrome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamiew%2Fjsonview-chrome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamiew","download_url":"https://codeload.github.com/jamiew/jsonview-chrome/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246441628,"owners_count":20778065,"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-08-01T05:01:34.474Z","updated_at":"2025-03-31T08:31:43.109Z","avatar_url":"https://github.com/jamiew.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"h2. JSONView for Chrome\n\nFormats \u0026 syntax highlights JSON viewed inside of the web browser! Yay\n\n*PLEASE NOTE*: this codebase is currently unmaintained, and is unrelated to the JSONView extension \"available in the Chrome store\":https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc – that said, many people seem to be using it to great success, and pull requests or a new maintainer are always welcome.\n\nA Chrome port of Ben Hollis' JSONView extension for Firefox: http://jsonview.com\n\nYou too can enjoy JSON as it was intended:\n!https://addons.cdn.mozilla.net/img/uploads/previews/full/29/29967.png?modified=1331247702!\n\nh2. Ghetto JSON type detection\n\nChrome doesn't currently support exposing mimetypes to extensions:\n* \"relevant thread #1\":http://groups.google.com/group/chromium-extensions/browse_thread/thread/3f287f74db3fe941/a217c9d4b633e1fc?lnk=gst\u0026q=content+type#a217c9d4b633e1fc\n* \"relevant thread #2\":http://groups.google.com/group/chromium-extensions/browse_thread/thread/6deeb0f8cf75090a/ae984e9d5897d779?lnk=gst\u0026q=content+type#ae984e9d5897d779\n\nIn lieu we're only matching URIs containing \".json\" -- rather than running regexes on *every* pageload.\n\nIf you don't mind the performance impact and want to try and parse everything, this is a simple change in manifest.json\n\nbq.\n\t\"matches\": [ \"http://*/*.json*\", \"file:///*/*.json*\" ]\n\t=\u003e\n\t\"matches\": [ \"http://*/*\", \"file:///*/*\" ] \n\nh2. Authors\n\n* \"Ben Hollis\"::http://benhollis.net \"@bhollis\":http://twitter.com/bhollis (JSONView for Firefox) \n* \"Jamie Wilkinson\":http://jamiedubs.com \"@jamiew\":http://twitter.com/jamiew (Chrome port) http://jamiedubs.com\n\nMIT Licensed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiew%2Fjsonview-chrome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamiew%2Fjsonview-chrome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiew%2Fjsonview-chrome/lists"}