JSONFloatLiteral

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

Values

ValueMeaning
nan"NaN"

String representation of floating-point NaN

inf"Infinite"

String representation of floating-point Infinity

negativeInf"-Infinite"

String representation of floating-point negative Infinity

Meta