Jump to content

bluedisgusted

Members
  • Posts

    1
  • Joined

  • Last visited

bluedisgusted's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. The conflict arises from discrepancies between different versions of GSON. My suggestion would be to remove your dependency on GSON 2.8.6 and opt for a different approach. Instead of using the static method JsonParser.parseString, you can create a JsonParser object and then use the parse method. JsonParser jsonParser = new JsonParser(); jsonParser.parse(jsonString)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.