zig/lib/std/json
Lewis Gaul 7302b096bd
Tidy-up in json test module (#8431)
* Switch json testing 'roundTrip()' to use FixedBufferStream, improve error handling, remove comptime from param

* Add 'try' to calls to roundTrip() that can now return an error

* Remove comptime from params in json testing, replace expect(false) with letting error propagate

* Add 'try' to calls to ok() that can now return an error

Co-authored-by: Lewis Gaul <legaul@cisco.com>
2021-04-04 19:27:47 -04:00
..
test.zig Tidy-up in json test module (#8431) 2021-04-04 19:27:47 -04:00
write_stream.zig HashMap.put returns !void, not a !bool 2021-02-27 13:11:47 +02:00