GenHTTP.Modules.Conversion by Andreas Nägeli

<PackageReference Include="GenHTTP.Modules.Conversion" Version="6.0.0" />

 GenHTTP.Modules.Conversion 6.0.0

Allows to read and write responses in additional data formats such as JSON or XML

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>GenHTTP.Modules.Conversion</id>
    <version>6.0.0</version>
    <authors>Andreas Nägeli</authors>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://genhttp.org/</projectUrl>
    <description>Allows to read and write responses in additional data formats such as JSON or XML</description>
    <tags>HTTP Webserver C# Module Serialization Conversion XML JSON</tags>
    <repository type="git" url="https://github.com/Kaliumhexacyanoferrat/GenHTTP.git" commit="38dd598888ba57dbb95da4f020c9428d6ed1bee4" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="GenHTTP.Api" version="6.0.0" exclude="Build,Analyzers" />
        <dependency id="GenHTTP.Modules.Basics" version="6.0.0" exclude="Build,Analyzers" />
        <dependency id="PooledAwait" version="1.0.49" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>