java
java copied to clipboard
Can't debug Watch
trafficstars
I'm getting an error:
java.lang.IllegalArgumentException: Expected the field `containers` to be an array in the JSON string but got `null`
However there seems to be no way to debug this because Watch.next() handles all of reading the response, parsing the JSON and converting to the target type all by itself with no way to print the results in between.