I'm trying to parse a json string on client side using Gson but while installing project getting an error:
No source code is available for type com.google.gson.Gson; did you forget to inherit a required module?
I have added <inherits name='com.google.gson.Gson' />
on my gwt.xml.
I'm using GWT 2.8.1 can we use Gson on client side ?
[this][1]
using Gson library in GWT client code used older version of GWT and my question is also related to error of Gson module .