//Code to StackOverflow.com question: http://stackoverflow.com/questions/34302845/deserialize-json-into-object-c-sharp
using System;
using System.Web;
using System.Collections.Generic;
public class Program
{
public static void Main()
var ss = "xx";
Console.WriteLine($"data-selected=\"{ss}\"");
}