bennidhamma / simple-json

JSON library for .NET 2.0+/SL4+/WP7/WinRT with optional support for dynamic and DataContract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleJson

Small and fast JSON library for .NET 2.0+/SL4+/WP7+/WinRT and powershell. Includes support for dynamic in .NET 4.0+/SL4+/WinRT. Also includes support for DataContract and DataMember.

Using SimpleJson

SimpleJson is not distributed as a compiled binary .dll file but rather as a single .cs file or a powershell module .psm1.

Use nuget to add SimpleJson.cs file to your project.

Install-Package SimpleJson

Preparing Simple Json for your .NET Framework/Platform

Depending on the .net framework or platform you might want to enable/disable certain features of SimpleJson. You can read more about it at https://github.com/facebook-csharp-sdk/simple-json/wiki/Conditional-Compilation-Symbols

About

JSON library for .NET 2.0+/SL4+/WP7/WinRT with optional support for dynamic and DataContract

License:MIT License


Languages

Language:C# 93.5%Language:JavaScript 6.0%Language:PowerShell 0.5%