{"id":18268534,"url":"https://github.com/viral32111/jsonextensions","last_synced_at":"2026-02-09T20:06:45.383Z","repository":{"id":133672600,"uuid":"530431036","full_name":"viral32111/JsonExtensions","owner":"viral32111","description":"Useful creation \u0026 extension methods for System.Text.Json.","archived":false,"fork":false,"pushed_at":"2025-02-01T04:11:40.000Z","size":128,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T04:13:53.002Z","etag":null,"topics":["dotnet-core","json-api","nuget-package"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/viral32111.JsonExtensions","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viral32111.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-08-29T23:43:22.000Z","updated_at":"2024-10-01T04:14:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4d8190c-add2-45b8-8bf2-cb57976d1d54","html_url":"https://github.com/viral32111/JsonExtensions","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/viral32111/JsonExtensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viral32111%2FJsonExtensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viral32111%2FJsonExtensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viral32111%2FJsonExtensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viral32111%2FJsonExtensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viral32111","download_url":"https://codeload.github.com/viral32111/JsonExtensions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viral32111%2FJsonExtensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29279339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T19:05:41.198Z","status":"ssl_error","status_checked_at":"2026-02-09T19:05:37.449Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dotnet-core","json-api","nuget-package"],"created_at":"2024-11-05T11:32:04.314Z","updated_at":"2026-02-09T20:06:45.365Z","avatar_url":"https://github.com/viral32111.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Extensions\n\n[![CI](https://github.com/viral32111/JsonExtensions/actions/workflows/ci.yml/badge.svg)](https://github.com/viral32111/JsonExtensions/actions/workflows/ci.yml)\n[![CodeQL](https://github.com/viral32111/JsonExtensions/actions/workflows/codeql.yml/badge.svg)](https://github.com/viral32111/JsonExtensions/actions/workflows/codeql.yml)\n![GitHub tag (with filter)](https://img.shields.io/github/v/tag/viral32111/JsonExtensions?label=Latest)\n![Nuget](https://img.shields.io/nuget/v/viral32111.JsonExtensions?label=NuGet)\n![GitHub repository size](https://img.shields.io/github/repo-size/viral32111/JsonExtensions?label=Size)\n![GitHub release downloads](https://img.shields.io/github/downloads/viral32111/JsonExtensions/total?label=Downloads)\n![Nuget](https://img.shields.io/nuget/dt/viral32111.JsonExtensions?label=Installs)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/viral32111/JsonExtensions?label=Commits)\n\nThis is a NuGet package for [.NET 7](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-7) that adds several creation and extension methods to [`System.Text.Json`](https://docs.microsoft.com/dotnet/api/system.text.json) data types, primarily for filesystem manipulation and accessing nested properties.\n\nCheck out my [Server Monitor](https://github.com/viral32111/ServerMonitor) and [Twitch Bot](https://github.com/viral32111/TwitchBot) .NET projects that use this package!\n\n## 📥 Usage\n\n1. Add the `viral32111.JsonExtensions` NuGet package to a .NET project, from [GitHub Packages](https://github.com/viral32111/JsonExtensions/packages/1617512) or [NuGet Gallery](https://www.nuget.org/packages/viral32111.JsonExtensions/).\n2. Include the namespace within C# source file(s) via `using viral32111.JsonExtensions;`.\n3. Check [the developer documentation](https://github.com/viral32111/JsonExtensions/wiki/Developer-Documentation) for each method's usage.\n\n## ⚖️ License\n\nCopyright (C) 2022-2023 [viral32111](https://viral32111.com).\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as\npublished by the Free Software Foundation, either version 3 of the\nLicense, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program. If not, see https://www.gnu.org/licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviral32111%2Fjsonextensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviral32111%2Fjsonextensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviral32111%2Fjsonextensions/lists"}