{"id":26361150,"url":"https://github.com/polyseam/jsonct","last_synced_at":"2025-09-06T10:33:39.177Z","repository":{"id":167035613,"uuid":"642592758","full_name":"polyseam/jsonct","owner":"polyseam","description":"JSON with comments and multiline strings","archived":false,"fork":false,"pushed_at":"2024-08-29T01:04:18.000Z","size":12713,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-02T12:47:22.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/polyseam.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-18T23:34:10.000Z","updated_at":"2024-08-29T01:04:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7401318-515b-44b0-b6b7-af68f729eacf","html_url":"https://github.com/polyseam/jsonct","commit_stats":null,"previous_names":["polyseam/jsonct"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/polyseam/jsonct","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fjsonct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fjsonct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fjsonct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fjsonct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polyseam","download_url":"https://codeload.github.com/polyseam/jsonct/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fjsonct/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273892816,"owners_count":25186560,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-03-16T17:20:06.623Z","updated_at":"2025-09-06T10:33:39.134Z","avatar_url":"https://github.com/polyseam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSONCT - JSON with comments and template literals\n\n[Blog Post](https://dev.to/polyseam/json-with-multiline-strings-4645)\n\nJSON is used all over the web, and it is used to encode so many types of data.\n\nIt is missing two critical features for many use cases though:\n\n1. There is no native comment syntax - but JSONC fixed this by allowing JS style\n   comments!\n\n2. There is no support for multi-line strings, which are an extremely helpful\n   construct for all kinds of programs.\n\nJSONCT allows the JS template literal syntax for multiline strings as an\nextension of JSONC. This allows for a very natural way to write JSON documents,\nand is very easy to parse.\n\n```text\n{\n    \"name\": \"JSONCT\",\n    // comments are handled just like JSONC\n    \"description\": \"JSON with comments and template literals\",\n\n    \"markdown\": `\n# JSONCT - JSON with comments and template literals\n---\n\nWhy doesn't this exist?`\n\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyseam%2Fjsonct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyseam%2Fjsonct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyseam%2Fjsonct/lists"}