{"id":15931774,"url":"https://github.com/victornpb/jsonify","last_synced_at":"2026-05-02T04:39:40.573Z","repository":{"id":75331236,"uuid":"131230333","full_name":"victornpb/jsonify","owner":"victornpb","description":"Convert Javascript Object literals to JSON","archived":false,"fork":false,"pushed_at":"2022-06-26T02:20:14.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T03:21:25.907Z","etag":null,"topics":["javascript","javascript-objects","json","json-parser","jsonify","webapp"],"latest_commit_sha":null,"homepage":"https://victornpb.github.io/jsonify/","language":"HTML","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/victornpb.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-27T01:41:41.000Z","updated_at":"2023-10-10T19:15:35.000Z","dependencies_parsed_at":"2023-06-06T04:15:28.440Z","dependency_job_id":null,"html_url":"https://github.com/victornpb/jsonify","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/victornpb%2Fjsonify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victornpb%2Fjsonify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victornpb%2Fjsonify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victornpb%2Fjsonify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victornpb","download_url":"https://codeload.github.com/victornpb/jsonify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247016674,"owners_count":20869694,"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":["javascript","javascript-objects","json","json-parser","jsonify","webapp"],"created_at":"2024-10-07T01:40:19.444Z","updated_at":"2026-05-02T04:39:40.554Z","avatar_url":"https://github.com/victornpb.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsonify\n\n![carbon](https://user-images.githubusercontent.com/3372598/175796597-c4baa723-3af7-446a-823c-58ec9dfea468.png)\n\nConvert Javascript Object literals to JSON\n\nSingle quotes?\nUnquoted properties?\nTrailing commas?\nComments?\n\nJust turn this:\n```js\n/* Javascript object */\n{\n  foo: 'bar', // comment\n  'hello': `world`, // trailing comma?\n}\n```\n\nInto this:\n```json\n{\n    \"foo\": \"bar\",\n    \"hello\": \"world\"\n}\n```\n\n-----------\n\n\u003ch1 style=\"text-align:center;\"\u003e\u003ca href=\"https://victornpb.github.io/jsonify/\"\u003ehttps://victornpb.github.io/jsonify/\u003c/a\u003e\u003c/h1\u003e\n\n-----------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictornpb%2Fjsonify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictornpb%2Fjsonify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictornpb%2Fjsonify/lists"}