[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Cannot transform JSON number value to ABL decimal value, JSON value has an exponent.

  • Thread starter Thread starter WinningJr
  • Start date Start date
Status
Not open for further replies.
W

WinningJr

Guest
I'm adding an "obvious manual workaround", just in case someone finds this thread and is hoping for a temp solution - get the value from the JSON as a character and parse it with .Net. vDecimalValue = System.Decimal:Parse ( , System.Globalization.NumberStyles:Any).

Continue reading...
 
Status
Not open for further replies.
Back
Top