Ejemplo n.º 1
0
 public static char DeserializeSystemChar(JSONObject jsonObject, string name)
 {
     return jsonObject.GetChar(name);
 }