I have this JSON string:
[{
"dpeartment":"u0418u0437u0431u0435u0440u0435u0442u0435 u043eu0442u0434u0435u043b",
"position":"u0418u0437u0431u0435u0440u0435u0442u0435 u043fu043eu0437u0438u0446u0438u044f"
},{
"dpeartment":"u041cu0422u0426 u0438 u0441u043au043bu0430u0434u043eu0432u043e u0441u0442u043eu043fu0430u043du0441u0442u0432u043e",
"position":"u0418u0437u0431u0435u0440u0435u0442u0435 u043fu043eu0437u0438u0446u0438u044f"
}]
It contains cyrillic characters that I want to convert to normal, readable UTF-8 encoded strings. How to decode the JSON and convert the cyrillic text to a readable UTF-8 string?
Does java have any built-in classes for this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…