Returns the standard name of the simple value as a string.
For False, True, and Null, this returns their lowercase string
representation. For Float values, it returns Rust's {:?} rendering:
NaN, inf, -inf, or the shortest round-trip decimal with at least one
fractional digit (42.0, 1.5, 1e21).
Returns the standard name of the simple value as a string.
For
False,True, andNull, this returns their lowercase string representation. ForFloatvalues, it returns Rust's{:?}rendering:NaN,inf,-inf, or the shortest round-trip decimal with at least one fractional digit (42.0,1.5,1e21).