NumberFormatException for precipitation field.

Issue #2 resolved
Former user created an issue

We are seeing an issue with the precipitation amounts (snow, rain) were coded as Ints, but the web service is returning a decimal value. When we see an incoming JSON record that contains a value in the precipitation field a NumberFormatException is thrown.

Comments (2)

  1. Richard Grand'Maison

    Getting the same issue.

    java.lang.NumberFormatException: Expected an int but was 0.8725 at line 1 column 320 path $.rain.3h

  2. Log in to comment