joData 1.1.0

dotnet add package joData --version 1.1.0
NuGet\Install-Package joData -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="joData" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add joData --version 1.1.0
#r "nuget: joData, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install joData as a Cake Addin
#addin nuget:?package=joData&version=1.1.0

// Install joData as a Cake Tool
#tool nuget:?package=joData&version=1.1.0

Builds and manages a javascript object that represents an oData query string

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 564 7/26/2013
1.0.9 49 7/25/2013
1.0.8 47 7/24/2013
1.0.7 45 7/11/2013
1.0.6 46 7/11/2013
1.0.5 75 6/4/2013
1.0.4 45 6/4/2013
1.0.3 44 6/4/2013
1.0.2 50 3/18/2013
1.0.1 49 3/2/2013
1.0.0 48 3/2/2013

BREAKING CHANGE - the joData object has been renamed jo. This is to reduce the verbosity of your code. Also, cast functions such as datetime and decimal have been attached to the jo object rather than the window object