{"id":25006625,"url":"https://github.com/croct-tech/json-js","last_synced_at":"2025-04-12T15:51:55.573Z","repository":{"id":42078387,"uuid":"467696446","full_name":"croct-tech/json-js","owner":"croct-tech","description":"Strong JSON typing for TypeScript.","archived":false,"fork":false,"pushed_at":"2025-04-09T16:09:13.000Z","size":613,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T20:48:30.800Z","etag":null,"topics":["json","typing"],"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/croct-tech.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-08T22:31:08.000Z","updated_at":"2024-05-01T00:45:52.000Z","dependencies_parsed_at":"2023-09-21T23:19:30.036Z","dependency_job_id":"595bbba6-648a-49d9-a1b2-c06fb15121e4","html_url":"https://github.com/croct-tech/json-js","commit_stats":{"total_commits":43,"total_committers":5,"mean_commits":8.6,"dds":"0.39534883720930236","last_synced_commit":"c9b5f8713946bca111093c22ac88a02fe5229e23"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fjson-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fjson-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fjson-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fjson-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/croct-tech","download_url":"https://codeload.github.com/croct-tech/json-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248591995,"owners_count":21130162,"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","typing"],"created_at":"2025-02-05T01:50:25.470Z","updated_at":"2025-04-12T15:51:55.549Z","avatar_url":"https://github.com/croct-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://croct.com\"\u003e\n        \u003cimg src=\"https://cdn.croct.io/brand/logo/repo-icon-green.svg\" alt=\"Croct\" height=\"80\"/\u003e\n    \u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cstrong\u003eJSON\u003c/strong\u003e\n    \u003cbr /\u003e\n    Strong JSON typing for TypeScript\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@croct/json\"\u003e\u003cimg alt=\"Version\" src=\"https://img.shields.io/npm/v/@croct/json\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/croct-tech/json-js/actions/workflows/validate-branch.yaml\"\u003e\u003cimg alt=\"Build\" src=\"https://github.com/croct-tech/json-js/actions/workflows/validate-branch.yaml/badge.svg\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://codeclimate.com/repos/6227dfa7885dee01b6001407/maintainability\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/dd55cccbb345907fe572/maintainability\" /\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/croct-tech/json-js/releases\"\u003e📦 Releases\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/croct-tech/json-js/issues/new?labels=bug\u0026template=bug-report.md\"\u003e🐞 Report Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/croct-tech/json-js/issues/new?labels=enhancement\u0026template=feature-request.md\"\u003e✨ Request Feature\u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nThis library provides types for representing arbitrary data types, both strictly and loosely (JSON-compatible).\n\n## Installation\n\nWe recommend using [NPM](https://www.npmjs.com) to install the package:\n\n```sh\nnpm install @croct/json\n```\n\n## Overview\n\nThe types in this library include:\n\n- Types for representing valid JSON values\n- Types for representing values that can be safely serialized to JSON using `JSON.stringify()`\n- An interface for classes that can serialize to JSON\n\nSee the [source code](src/mutable.ts) for more information.\n\n## Contributing\n\nContributions to the package are always welcome! \n\n- Report any bugs or issues on the [issue tracker](https://github.com/croct-tech/json-ts/issues).\n- For major changes, please [open an issue](https://github.com/croct-tech/json-ts/issues) first to discuss what you would like to change.\n- Please make sure to update tests as appropriate.\n\n## Building\n\nBefore building the project, the dependencies must be installed:\n\n```sh\nnpm install\n```\n\nThe following command builds the library:\n\n```\nnpm run build\n```\n\n## License\n\nCopyright © 2015-2021 Croct Limited, All Rights Reserved.\n\nAll information contained herein is, and remains the property of Croct Limited. The intellectual, design and technical concepts contained herein are proprietary to Croct Limited s and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Croct Limited.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroct-tech%2Fjson-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcroct-tech%2Fjson-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroct-tech%2Fjson-js/lists"}