Код: Выделить всё
{"results" : {
"Name" : "xxxx, "yyyy"",
"Role" : "developer",
"Address" : ""
}}
Код: Выделить всё
{"results" : {
"Name" : "xxxx, 'yyyy'",
"Role" : "developer",
"Address" : ""
}}
< /code>
Как мы можем удалить двойные кавычки внутри значения имени и заменить отдельные кавычки?String.replaceall()
Подробнее здесь: https://stackoverflow.com/questions/796 ... lid-format