Grumpy.Json by Anders Busted-Janum

<PackageReference Include="Grumpy.Json" Version="2.0.2" />

 Grumpy.Json 2.0.2

Extension Methods for Json. Extending the magnificent Newtonsoft.Json, with a few extension methods I always end up needing.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Grumpy.Json</id>
    <version>2.0.2</version>
    <authors>Anders Busted-Janum</authors>
    <owners>Anders Busted-Janum</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/GrumpyBusted/Grumpy.Json</projectUrl>
    <description>Extension Methods for Json. Extending the magnificent Newtonsoft.Json, with a few extension methods I always end up needing.</description>
    <copyright>Copyright © Busted-Janum 2019</copyright>
    <tags>json extension-methods</tags>
    <repository type="git" url="https://github.com/GrumpyBusted/Grumpy.Json" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Newtonsoft.Json" version="12.0.2" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>