-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_ERRATA02
-
Fix Version/s: V4.0_ERRATA03
-
Component/s: JSON Format
-
Labels:None
-
Environment:
[Applied]
-
Proposal:
IEEE754 defines the DECFLOAT data type for high-precision decimal arithmetic. They have 16 or 34 decimal digit mantissas and exponents between -383 and +384 or -6143 and +6144.
The OData JSON Format represents Edm.Decimal values as JSON numbers, and JSON numbers allow exponential notation, so
"VeryLittle":1.4e-6143
should be valid in JSON payloads.