{"id":37035797,"url":"https://github.com/jsonyte/jsonyte-aspnetcore","last_synced_at":"2026-01-14T04:14:36.638Z","repository":{"id":40376646,"uuid":"375866234","full_name":"jsonyte/jsonyte-aspnetcore","owner":"jsonyte","description":"ASP.NET Core implementation of the JSON:API specification.","archived":false,"fork":false,"pushed_at":"2025-02-28T10:34:41.000Z","size":134,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T22:20:08.161Z","etag":null,"topics":["aspnetcore","dotnet","json-api"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"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/jsonyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-06-11T00:52:18.000Z","updated_at":"2024-11-26T10:46:05.000Z","dependencies_parsed_at":"2024-01-05T11:44:37.346Z","dependency_job_id":"5d8b45ec-f5e3-4937-b50f-f74b854ff5c6","html_url":"https://github.com/jsonyte/jsonyte-aspnetcore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsonyte/jsonyte-aspnetcore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonyte%2Fjsonyte-aspnetcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonyte%2Fjsonyte-aspnetcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonyte%2Fjsonyte-aspnetcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonyte%2Fjsonyte-aspnetcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsonyte","download_url":"https://codeload.github.com/jsonyte/jsonyte-aspnetcore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonyte%2Fjsonyte-aspnetcore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28409231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["aspnetcore","dotnet","json-api"],"created_at":"2026-01-14T04:14:35.722Z","updated_at":"2026-01-14T04:14:36.633Z","avatar_url":"https://github.com/jsonyte.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsonyte-aspnetcore\n\n[![Docs](https://img.shields.io/badge/docs-wiki-blue.svg?style=for-the-badge)](https://github.com/jsonyte/jsonyte/wiki) [![NuGet](https://img.shields.io/nuget/v/Jsonyte.AspNetCore?style=for-the-badge)](https://www.nuget.org/packages/Jsonyte.AspNetCore) [![Discussions](https://img.shields.io/badge/DISCUSS-ON%20GITHUB-yellow?style=for-the-badge)](https://github.com/jsonyte/jsonyte/discussions) [![License](https://img.shields.io/github/license/jsonyte/jsonyte-aspnetcore?style=for-the-badge)](https://github.com/jsonyte/jsonyte-aspnetcore/blob/master/LICENSE)\n\nAn ASP.NET Core implementation of the JSON:API specification using Jsonyte and `System.Text.Json`.\n\n## Usage\nInstall the package from NuGet with `dotnet add package Jsonyte.AspNetCore`.\n\nFor your ASP.NET Core application, simply add the following to the startup:\n\n```csharp\npublic class Startup\n{\n    public void ConfigureServices(IServiceCollection services)\n    {\n        services\n            .AddControllers()\n            .AddJsonOptions(x =\u003e x.JsonSerializerOptions.AddJsonApi());\n    }\n}\n```\n\n## Documentation\nSee the [wiki](https://github.com/jsonyte/jsonyte/wiki) for examples and help using Jsonyte.\n\n## Get in touch\nDiscuss with us on [Discussions](https://github.com/jsonyte/jsonyte/discussions), or raise an [issue](https://github.com/jsonyte/jsonyte/issues).\n\n[![Discussions](https://img.shields.io/badge/DISCUSS-ON%20GITHUB-yellow?style=for-the-badge)](https://github.com/jsonyte/jsonyte/discussions)\n\n## Contributing\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.\n\n## License\nJsonyte is released under the [MIT License](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonyte%2Fjsonyte-aspnetcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsonyte%2Fjsonyte-aspnetcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonyte%2Fjsonyte-aspnetcore/lists"}