Json.NetMF
1.2.1
See the version list below for details.
dotnet add package Json.NetMF --version 1.2.1
NuGet\Install-Package Json.NetMF -Version 1.2.1
<PackageReference Include="Json.NetMF" Version="1.2.1" />
<PackageVersion Include="Json.NetMF" Version="1.2.1" />
<PackageReference Include="Json.NetMF" />
paket add Json.NetMF --version 1.2.1
#r "nuget: Json.NetMF, 1.2.1"
#addin nuget:?package=Json.NetMF&version=1.2.1
#tool nuget:?package=Json.NetMF&version=1.2.1
JSON Serializer and Deserializer library for the .NET Micro Framework
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Micro Framework | netmf42 is compatible. netmf43 is compatible. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Json.NetMF:
Package | Downloads |
---|---|
Maple
Maple is an ultra-lightweight RESTful web server built specifically for network enabled Netduino devices. It's fully .NET MicroFramework 4.3 compatible and provides an easy to extend architecture. |
|
Netduino.Foundation.TextDisplayMenu
TextDisplay menu for Netduino.Foundation |
|
netazuremobileservices
This is a .NET Micro Framework 4.3 Library for communicating with Azure Mobile Services. Get more infos on the project page: https://github.com/mobernberger/netmf-azure-mobile-services |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.1-preview.5 | 940 | 11/14/2019 |
1.4.1-preview.1 | 386 | 11/5/2019 |
1.3.1 | 1,582 | 10/15/2019 |
1.3.1-preview.7 | 396 | 6/18/2019 |
1.3.1-preview.5 | 370 | 6/18/2019 |
1.3.0 | 11,083 | 4/2/2014 |
1.3.0-preview-026 | 1,025 | 6/18/2019 |
1.2.5 | 2,391 | 3/19/2014 |
1.2.4 | 2,108 | 12/11/2013 |
1.2.3 | 2,213 | 8/4/2013 |
1.2.2 | 2,082 | 8/2/2013 |
1.2.1 | 2,064 | 8/2/2013 |
bug fix: removed quotes from numbers, bools, nulls so they no longer appear as strings, feature: can serialize any IEnumerable or IDictionary now, feature: much faster and simpler/more robust now. removed and reerote a lot of code, remove JsonObject and JsonArray classes - not useful, updated docs.