I am getting the following error - I have added the GSon in my dependency -
Can someone point out what I am doing wrong?
Try:
com.alibaba fastjson 1.1.21
Very fast, simple to use.
VO obj = ...; String jsonString = JSON.toJSONString(obj); VO obj2 = JSON.parseObject(jsonString, VO.class);