Eto.Serialization.Json by Eto.Serialization.Json

<PackageReference Include="Eto.Serialization.Json" Version="2.5.9" />

 Eto.Serialization.Json 2.5.9

Eto.Json allows you to load json UI definitions for the Eto.Forms framework To get more information about how to get started, read the wiki: https://github.com/picoe/Eto/wiki

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Eto.Serialization.Json</id>
    <version>2.5.9</version>
    <title>Eto.Forms Json serializer</title>
    <authors>Eto.Serialization.Json</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">Eto-LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/picoe/Eto</projectUrl>
    <description>Eto.Json allows you to load json UI definitions for the Eto.Forms framework

To get more information about how to get started, read the wiki:

https://github.com/picoe/Eto/wiki</description>
    <copyright>(c) 2010-2020 by Curtis Wensley, 2012-2014 by Vivek Jhaveri and contributors</copyright>
    <tags>cross platform gui ui framework desktop json eto.forms</tags>
    <repository type="git" url="https://github.com/picoe/Eto.git" />
    <dependencies>
      <group targetFramework=".NETStandard1.0">
        <dependency id="Eto.Forms" version="2.5.9" exclude="Build,Analyzers" />
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Eto.Forms" version="2.5.9" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>