zig/lib/std/json
ominitay 889efddd1a std.json: Fix parsing of large numbers
Numbers greater than about 2^53 are encoded as strings in JSON.
std.json.parseInternal previously errored out in this condition.
2022-07-23 13:52:16 +03:00
..
test.zig std.json: Fix parsing of large numbers 2022-07-23 13:52:16 +03:00
write_stream.zig std.json: Support disabling indent (#11823) 2022-06-29 11:53:01 +02:00