<@U0B8ZP13Q> Curiosity, what are your thoughts on ...
# klaxon
j
@cedric Curiosity, what are your thoughts on Klaxon throwing an exception when you call
<http://JsonObject.int|JsonObject.int>("some_field")
and the value wraps? Ie. the field that your pulling from is larger than an
Int
can store? Currently,
Number::toInt
just wraps. Eg:
Long.MAX_VALUE.toInt() == -1