How does JSON handle numeric values that cannot be represented by a sequence of digits (like Infiniti and Nan)?( )
They are not permitted.
They are stored as strings and then converted when parsed.
They are stored fine but it's the parsers job to convert them to numeric values.