jsonorm by Hari

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

Package Files

0 bytes

 jsonorm 1.1.0

JSON ORM is an open source very lightweight framework developed on top of json.net. The Idea is to make json more quickly and easily implementable manage local storage as json.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>jsonorm</id>
    <version>1.1.0</version>
    <title>JSON ORM</title>
    <authors>Hari</authors>
    <owners>Kash</owners>
    <licenseUrl>http://jsonorm.codeplex.com/license</licenseUrl>
    <projectUrl>http://jsonorm.codeplex.com/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>JSON ORM is an open source very lightweight framework developed on top of json.net. The Idea is to make json more quickly and easily implementable manage local storage as json.</description>
    <summary>JSON ORM is an open source very lightweight ORM framework.</summary>
    <copyright>@Kash</copyright>
    <language>en-US</language>
    <tags>json.net,json, orm, local storage, C# json</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Newtonsoft.Json" version="5.0.8" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0, .NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>