43 people following this project (follow)

JSON Toolkit

JSON Toolkit is a .NET library written in C# used to handle JSON objects, convert string to JSON objects and obtain values from them.

JSON Toolkit is an essential library for Facebook Graph Toolkit, a library for using Facebook Graph Api in .NET . Facebook Graph Toolkit is available at http://computerbeacon.net and http://fgt.codeplex.com .

Features

  • Parse JSON syntax string
  • LINQ support
  • Deserialize to .NET classes at runtime
  • Create and modify JSON objects and arrays at runtime
  • Allows applications to store data in JSON format
  • Intellisense support

Latest changes

JSON Toolkit v3.0 uses a new and optimized algorithm to parse JSON string, achieving up to 900% speed up in real data test cases. See http://computerbeacon.net/blog/optimized-json-toolkit-v30 for details of performance test results.

Get Started

Creating JSON objects in C#: http://computerbeacon.net/library/ao1piffqd0000
Deserializing JSON data in C#: http://computerbeacon.net/library/tto9o6dqd0000

Last edited Mar 28 at 9:35 AM by kayson, version 11