Number
Syntax
For compatible documents, we recommend the following syntaxes. Use only numbers (0 – 9) and '.' (U+002E) as a decimal point. Do not include readability separators.
Syntax | Object(s) |
---|---|
Lexical (string-like) | "123.456" , "789" |
JSON (number) | 123.456 , 789 |
We also do our best to interpret common formatting errors, E notation, and locale-based, human-friendly formats.
Normalization
Accepted values are normalized into either a normal Float or Integer value (based on whether it was originally presented with decimal accuracy).
Technical Notes
- Reference: Number