Hi,
issue JSONB_SPEC-9 mentions that NaN needs to be handled as a special case:
https://java.net/jira/browse/JSONB_SPEC-9
But I didn't find this case in the spec draft. I looked in section 3.3.2
"java.lang.Byte, Short, Integer, Long, Float, Double".
JSON doesn't allow NaN or Infinity as number values. So I think these cases
need special handling when marshalling a float or double?
Best regards,
Arend