{"id":15853167,"url":"https://github.com/fabioricali/stringme","last_synced_at":"2025-04-01T18:42:33.876Z","repository":{"id":57372759,"uuid":"124749612","full_name":"fabioricali/stringme","owner":"fabioricali","description":"This is a wrapper of JSON stringify that converts also undefined and null to string.","archived":false,"fork":false,"pushed_at":"2018-03-16T10:20:24.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T01:03:27.196Z","etag":null,"topics":["json-stringify","stringify"],"latest_commit_sha":null,"homepage":"","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/fabioricali.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-03-11T11:27:32.000Z","updated_at":"2018-03-16T10:20:25.000Z","dependencies_parsed_at":"2022-08-29T13:41:17.158Z","dependency_job_id":null,"html_url":"https://github.com/fabioricali/stringme","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabioricali%2Fstringme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabioricali%2Fstringme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabioricali%2Fstringme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabioricali%2Fstringme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabioricali","download_url":"https://codeload.github.com/fabioricali/stringme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246693090,"owners_count":20818804,"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":["json-stringify","stringify"],"created_at":"2024-10-05T19:03:07.292Z","updated_at":"2025-04-01T18:42:33.843Z","avatar_url":"https://github.com/fabioricali.png","language":"JavaScript","readme":"# Stringme\n\nThis is a wrapper of JSON stringify that converts also undefined and null to string.\n\n\u003cbr/\u003e\n\u003ca href=\"https://travis-ci.org/fabioricali/stringme\" target=\"_blank\"\u003e\u003cimg src=\"https://travis-ci.org/fabioricali/stringme.svg?branch=master\" title=\"Build Status\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://opensource.org/licenses/MIT\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" title=\"License: MIT\"/\u003e\u003c/a\u003e\n\u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\n\n## Installation\n```\nnpm install --save stringme\n```\n\n## Usage\n```javascript\n\nconst stringme = require('stringme');\n\nstringme(undefined); // \"undefined\"\nstringme(null); // \"null\"\nstringme({a:1}); // {\"a\":1}\nstringme(new Date()); // \"2018-03-11T12:48:46.252Z\"\n\n// Remove quotes\nstringme(null, {quotes: false}); // null\n\n// JSON stringify params see https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify\nstringme({an:'object'}, {replace: null, space: 2});\n```\n\n## Changelog\nYou can view the changelog \u003ca target=\"_blank\" href=\"https://github.com/fabioricali/stringme/blob/master/CHANGELOG.md\"\u003ehere\u003c/a\u003e\n\n## License\nStringme is open-sourced software licensed under the \u003ca target=\"_blank\" href=\"http://opensource.org/licenses/MIT\"\u003eMIT license\u003c/a\u003e\n\n## Author\n\u003ca target=\"_blank\" href=\"http://rica.li\"\u003eFabio Ricali\u003c/a\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabioricali%2Fstringme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabioricali%2Fstringme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabioricali%2Fstringme/lists"}