mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
Numbers greater than about 2^53 are encoded as strings in JSON. std.json.parseInternal previously errored out in this condition.
Numbers greater than about 2^53 are encoded as strings in JSON. std.json.parseInternal previously errored out in this condition.