Home  >  Q&A  >  body text

How to convert utf-8 json data passed from ios in the java background

How to convert utf-8 format in javajava background

PHP中文网PHP中文网2711 days ago644

reply all(1)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-05-18 10:46:38

    1 First debug whether the json string passed from iOS is garbled
    2 If the json string is not garbled in the first step, then use java’s json lib to process it. Commonly used java json tools include fastjson and jackson

    reply
    0
  • Cancelreply