Convert java array format string to string

A string in this format:

"["","",""]"

how to convert to array format

["","",""]
Apr.23,2022

json string,


related to json data processing.
  

you are giving the json string. You can consider using FASTJson to convert it.

Menu