Hi,
Supplied string (taken from file) deserialized incorrectly:
string json = "{
"de":
"{
"panel_title": "registration",
"greeting": "Please register yourself in the system",
"enter_imei": "Enter device number",
"enter_email": "Enter your address",
"enter_password": "Choose password",
"enter_companyid": "Company ID",
"enter_lblCompanyid": "Company ID",
"submit": "Submit",
"registration_completed": "Registration completed! Please read your E-Mail for further instructions.",
"empty": ""
}",
"us":
"usa",
"ru":
"rus"
}";
NetJSON.NetJSON.IncludeFields = true;
var res = NetJSON.NetJSON.Deserialize<Dictionary<string, string>>(json);
Received result is wrong
Hi,
Supplied string (taken from file) deserialized incorrectly:
Received result is wrong