Consuming #JSON in #WinRT apps

How to consume json in winrt apps ?
 First of all ,for those who don't know what is json or Javascript Object Notation ,it is a text based  format like XML but more human readable for representing,transmitting and interchange of data
for more information visit the Wikipedia link :http://en.wikipedia.org/wiki/JSON 

Json.NET is a popular high-performance JSON framework for .NET

Features

  • Flexible JSON serializer for converting between .NET objects and JSON
  • LINQ to JSON for manually reading and writing JSON
  • High performance, faster than .NET's built-in JSON serializers
  • Write indented, easy to read JSON
  • Convert JSON to and from XML
  • Supports .NET 2, .NET 3.5, .NET 4, Silverlight, Windows Phone and Windows 8.
http://json.codeplex.com/

http://www.bartlannoeye.be/blog/consuming-json-data-in-winrt

No comments:

Post a Comment