{"id":17446265,"url":"https://github.com/srn/jlint","last_synced_at":"2025-04-13T03:09:56.227Z","repository":{"id":21001517,"uuid":"24291909","full_name":"srn/jlint","owner":"srn","description":"cli that parses the json you have in your current clipboard","archived":false,"fork":false,"pushed_at":"2015-11-23T02:49:20.000Z","size":47,"stargazers_count":3,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T20:12:44.261Z","etag":null,"topics":["clipboard","javascript","json","parse"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"surmon-china/vue-awesome-swiper","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srn.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":"2014-09-21T13:39:38.000Z","updated_at":"2023-03-10T10:38:11.000Z","dependencies_parsed_at":"2022-07-31T05:47:58.687Z","dependency_job_id":null,"html_url":"https://github.com/srn/jlint","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/srn%2Fjlint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srn%2Fjlint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srn%2Fjlint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srn%2Fjlint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srn","download_url":"https://codeload.github.com/srn/jlint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654030,"owners_count":21140235,"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":["clipboard","javascript","json","parse"],"created_at":"2024-10-17T18:34:02.431Z","updated_at":"2025-04-13T03:09:56.188Z","avatar_url":"https://github.com/srn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jlint [![Build Status](http://img.shields.io/travis/srn/jlint.svg?style=flat-square)](https://travis-ci.org/srn/jlint)\n\n\u003e cli that parses the JSON you have in your current clipboard\n\n![screenshot](screenshot.png)\n\n## Install\n\n```sh\n$ npm i -g jlint\n```\n\n## Usage\n\n```sh\n$ jlint --help\n\n    Usage\n      $ jlint\n\n    Options\n      -s, --silent   Don't output json, just parse\n      -g, --glob     Files to match using glob pattern\n\n    Examples\n      $ jlint --silent\n      ✔\n\n      $ jlint --glob './*.js'\n      ✖ ./cli.js\n      Unexpected token '#' at 1:1\n      #!/usr/bin/env node\n      ^\n\n      $ jlint package.json test.js --silent\n      ✔ package.json\n      ✖ test.js\n\n      $ cat package.json | jlint --silent\n      ✔\n```\n\nPiping also works:\n\n```sh\n$ cat log.json | jlint\n```\n\nGlob support:\n\n```sh\n$ jlint --glob './*.js'\n```\n\nOr just pass in files:\n\n```sh\n$ jlint package.json test.js\n```\n\n## License\n\nMIT © [Søren Brokær](http://srn.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrn%2Fjlint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrn%2Fjlint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrn%2Fjlint/lists"}