JSONObject.toJSONString(switchmes)
Switchmes switchmes=(Switchmes) JSONObject.parseObject(bd.getBdmes(),Switchmes.class); Switchmes是对象,bd.getBdmes()是json字符串,根据实际情况进行修改。 主要使用了import com.alibaba.fastjson.JSONObject;