static Hashtable Sjson(string s)
 {
     return(SJSON.Decode(Encoding.UTF8.GetBytes(s)));
 }