Enum JSONFloatLiteral

String literals used to represent special float values within JSON strings.

enum JSONFloatLiteral : string { ... }

Enum members

NameDescription
inf string representation of floating-point Infinity
nan string representation of floating-point NaN
negativeInf string representation of floating-point negative Infinity