You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typesafe config uses Java's int, long and double types to represent numbers. In some cases, double values may read as long after a roundtrip since the input formatting is not guaranteed. Also, precision may be lost when converting from circe's JsonNumber to Typsafe config's number representation (as can be seen in the test for the printer laws).
The text was updated successfully, but these errors were encountered:
Typesafe config uses Java's int, long and double types to represent numbers. In some cases, double values may read as long after a roundtrip since the input formatting is not guaranteed. Also, precision may be lost when converting from circe's JsonNumber to Typsafe config's number representation (as can be seen in the test for the printer laws).
The text was updated successfully, but these errors were encountered: