8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following test case fails on Scala.js:
import cats.data.Xor import io.circe.generic.auto._ import io.circe.parser._ import io.circe.syntax._ val num = 767946224062369796L val json = num.asJson.noSpaces assert(decode[Long](json) == Xor.Right(num))