Skip to main content
Ezra Soleymani (.) 님이 #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개
  1. 2017년 3월 8일 오후 7: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