{"id":23968603,"url":"https://github.com/vutran/json-stringify-plus","last_synced_at":"2026-04-26T08:32:08.589Z","repository":{"id":57285314,"uuid":"64493076","full_name":"vutran/json-stringify-plus","owner":"vutran","description":"Convert your JSON objects to a JSON string with single or double quotes.","archived":false,"fork":false,"pushed_at":"2016-07-29T16:00:47.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-04T01:54:00.676Z","etag":null,"topics":["javascript","json","stringify"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vutran.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":"2016-07-29T16:00:28.000Z","updated_at":"2016-10-24T13:51:02.000Z","dependencies_parsed_at":"2022-09-19T22:41:51.276Z","dependency_job_id":null,"html_url":"https://github.com/vutran/json-stringify-plus","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vutran/json-stringify-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fjson-stringify-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fjson-stringify-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fjson-stringify-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fjson-stringify-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vutran","download_url":"https://codeload.github.com/vutran/json-stringify-plus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fjson-stringify-plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32290500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["javascript","json","stringify"],"created_at":"2025-01-07T00:15:11.743Z","updated_at":"2026-04-26T08:32:08.571Z","avatar_url":"https://github.com/vutran.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# json-stringify-plus\n\n\u003e Convert your JSON objects to a JSON string with single or double quotes.\n\n## Install\n\n```bash\n$ npm install --save json-stringify-plus\n```\n\n## Usage\n\n```js\nconst jsonStringifyPlus = require('json-stringify-plus');\n\nconst data = {\n  foo: 'foo',\n};\n\nconst doubleQuotes = jsonStringifyPlus(data);\n// {\"foo\":\"foo\"}\n\nconst singleQuotes = jsonStringifyPlus(data, { single: true });\n// {'foo':'foo'}}\n```\n\n## License\n\nMIT © [Vu Tran](https://github.com/vutran/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvutran%2Fjson-stringify-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvutran%2Fjson-stringify-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvutran%2Fjson-stringify-plus/lists"}