cbor/src
CJ van den Berg 50cb8cc9e9
fix(zig-0.16): BREAKING adapt to std.json.ObjectMap becoming unmanaged
Remove JsonObjectExtractor because extract(&obj) for ObjectMap cannot work
without a stored allocator

Migration: replace extract(&obj) with extractAlloc(&obj, allocator)
2026-04-15 11:42:26 +02:00
..
cbor.zig fix(zig-0.16): BREAKING adapt to std.json.ObjectMap becoming unmanaged 2026-04-15 11:42:26 +02:00