@GrlHu , utf-8, / \/.
,
1. JSON: ?
2. JSON -?
getString(Name). , .
try {
String str;
JSONObject json = new JSONObject();
json.put("Name", "Text1/Text2");
str = json.getString("Name");
Log.e("test", str);
} catch (JSONException e) {
e.printStackTrace();
}