mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:37:08 +03:00
889efddd1a
Numbers greater than about 2^53 are encoded as strings in JSON. std.json.parseInternal previously errored out in this condition.