{"id":17185403,"url":"https://github.com/purcell/flymake-json","last_synced_at":"2025-04-11T05:43:56.990Z","repository":{"id":6431589,"uuid":"7670240","full_name":"purcell/flymake-json","owner":"purcell","description":"Emacs flymake handler for json using jsonlint","archived":false,"fork":false,"pushed_at":"2021-03-22T22:56:14.000Z","size":5,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T03:34:58.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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/purcell.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}},"created_at":"2013-01-17T16:56:02.000Z","updated_at":"2024-07-11T06:42:04.000Z","dependencies_parsed_at":"2022-07-21T12:32:20.477Z","dependency_job_id":null,"html_url":"https://github.com/purcell/flymake-json","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purcell%2Fflymake-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purcell%2Fflymake-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purcell%2Fflymake-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purcell%2Fflymake-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purcell","download_url":"https://codeload.github.com/purcell/flymake-json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351461,"owners_count":21089271,"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-15T00:46:33.189Z","updated_at":"2025-04-11T05:43:56.970Z","avatar_url":"https://github.com/purcell.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"flymake-json.el\n===============\n\nAn Emacs flymake handler for syntax-checking JSON using `jsonlint`.\n\nInstallation\n=============\n\nFirst install `jsonlint`, e.g. via `npm`:\n\n    npm install jsonlint -g\n\nIf you choose not to use one of the convenient packages in\n[Melpa][melpa] and [Marmalade][marmalade], you'll need to add the\ndirectory containing `flymake-json.el` to your `load-path`, and then\n`(require 'flymake-json)`. You'll also need to install\n[flymake-easy](https://github.com/purcell/flymake-easy).\n\nUsage\n=====\n\nAdd the following to your emacs init file:\n\n    (require 'flymake-json) ;; not required if installed from a package\n\nThen, if you're using `json-mode':\n\n    (add-hook 'json-mode-hook 'flymake-json-load)\n\nor, if you use `js-mode' for json:\n\n    (add-hook 'js-mode-hook 'flymake-json-maybe-load)\n\notherwise:\n\n    (add-hook 'find-file-hook 'flymake-json-maybe-load)\n\n[marmalade]: http://marmalade-repo.org\n[melpa]: http://melpa.milkbox.net\n\n\u003chr\u003e\n\n[![](http://api.coderwall.com/purcell/endorsecount.png)](http://coderwall.com/purcell)\n\n[![](http://www.linkedin.com/img/webpromo/btn_liprofile_blue_80x15.png)](http://uk.linkedin.com/in/stevepurcell)\n\n[Steve Purcell's blog](http://www.sanityinc.com/) // [@sanityinc on Twitter](https://twitter.com/sanityinc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurcell%2Fflymake-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurcell%2Fflymake-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurcell%2Fflymake-json/lists"}