sjsonnet
sjsonnet copied to clipboard
std.parseInt only supports 32-bit integers
The stdlib function std.parseInt uses a Java Int (32-bit) instead of arbitrary length or at least a 64-bit Long.