mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-07-01 02:55:20 -04:00
889efddd1a
Numbers greater than about 2^53 are encoded as strings in JSON. std.json.parseInternal previously errored out in this condition.