Ok i am completely new to json and C# as a whole. Read up on C# and found it to be similar to java but Httphandlers, web.config files, JSOn are new to me. A question assigned to me was:


  Main Handler (main.ashx) Parameters:

 

·        html=

o  Descr:  If the "html" parameter is passed, then the SPS must return an HTML page, whose content will be based on the details assigned via the following JSON-formatted key-value pairs:

§  "image" :

// Specifies the "image" details (e.g.:  "

{

"count" : ,

"height" : ,

"width" :  ,

}

 

§ "css" :

// Specifies the #-of-CSS files to put in the HTML output (e.g.: "

{

"count" : ,

"size" : ,

}

 

§ "js" :

// Specifies the #-of-JavaScript files to put in the HTML output (e.g.: "