Skip to main content
Ezra Soleymani (.) ha fatto una domanda in #Apex
I am consuming a third party Rest Service. One of data fields is return following -1.E-02. When I pass the json data through the json  deserializer. I am hit with the following error: System.JSONException: Unexpected character ('E' (code 69)) in numeric value: Decimal point not followed by a digit at [line:1, column:1509]

 
7 risposte
  1. 8 mar 2017, 19:23
    Nvm the string value work fine. the only problem is the  data from the third party cant chnage how  they send us the data. 
0/9000