Click here to Skip to main content
15,886,812 members
Articles / Web Development / ASP.NET

JsonR(aw): Lightweight JSON Protocol

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
21 Dec 2012CPOL2 min read 18.5K   43   10  
Lightweight JSON protocol proposal
namespace SampleSite.Models
{
    // Mockup class
    public class Friend
    {
        public string FirstName { get; set; }
        public string LastName  { get; set; }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Index Multimedia
France France
Internet & Technology related professional since 1994. Passionate about WEB 2.0 and Community/Social networking related type Websites, or anything that is tech related to bridging the gap between the User and his everyday Multimedia Experience.

Comments and Discussions