MvcDictionarySerialization by Erik Schierboom

<PackageReference Include="MvcDictionarySerialization" Version="1.1.0" />

 MvcDictionarySerialization 1.1.0

Adds HtmlHelper extension methods to correctly serialize dictionaries.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>MvcDictionarySerialization</id>
    <version>1.1.0</version>
    <title>ASP.NET MVC Dictionary Serialization</title>
    <authors>Erik Schierboom</authors>
    <owners>Erik Schierboom</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>https://github.com/ErikSchierboom/aspnetmvcdictionaryserialization</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Adds HtmlHelper extension methods to correctly serialize dictionaries.</description>
    <releaseNotes>Allow all types of dictionaries.
Input for key always rendered as hidden field.
Input for Key ignores HTML attributes.
Generate unique ID's.</releaseNotes>
    <copyright>Copyright 2014</copyright>
    <tags>asp.net mvc dictionary serialization</tags>
    <dependencies>
      <dependency id="Microsoft.AspNet.Mvc" version="4.0.30506.0" />
    </dependencies>
  </metadata>
</package>