json icon indicating copy to clipboard operation
json copied to clipboard

A (de)serialization library for JSON

Results 6 json issues
Sort by recently updated
recently updated
newest added

Sometimes, it's necessary to deserialize data where the type is uncertain. I tried doing this by first calling `deserializeString`, and if that returns an `InvalidType` error, I call `deserializeMap`. This...

proposal
accepted

proposal
contributor friendly
accepted

I think the initial reasoning for the field was so that deserialization and visitor-related operations could have different allocators. But I'm not even sure if that makes sense or is...

proposal

Since we use scientific notation, should the buffer size change?

breaking

### Description There's an issue (https://github.com/ziglang/zig/issues/18967) with `zig 0.12.0-dev.2811+3cafb9655` where zlib decompression is broken, causing `git+https` URLs to not work in `build.zig.zon`. Once the issue is fixed, we should be...

bug

Thanks to https://github.com/ziglang/zig/commit/c481510c99ab29903350a834810bdcac32dbd9ea, we should no longer have duplicate doc comments for re-exports (e.g., in src/json.zig).