Problems in JSON results calling JAWBONE API
问题 I'm developing an Android app to analyze the UP Band data. Using the example given in the UP SDK for Android , at the moment I can get the trend data as a JSON object. The problem is that this JSON object is malformed. In fact when I try to deserialize the Trend data with: JsonElement je = new JsonParser().parse(o.toString()); I get the following error: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected value at line ... Moreover, inspecting the