Skip to content

viral32111/JsonExtensions

Repository files navigation

JSON Extensions

CI CodeQL GitHub tag (with filter) Nuget GitHub repository size GitHub release downloads Nuget GitHub commit activity

This is a NuGet package for .NET 7 that adds several creation and extension methods to System.Text.Json data types, primarily for filesystem manipulation and accessing nested properties.

Check out my Server Monitor and Twitch Bot .NET projects that use this package!

📥 Usage

  1. Add the viral32111.JsonExtensions NuGet package to a .NET project, from GitHub Packages or NuGet Gallery.
  2. Include the namespace within C# source file(s) via using viral32111.JsonExtensions;.
  3. Check the developer documentation for each method's usage.

⚖️ License

Copyright (C) 2022-2023 viral32111.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses.