Brilliant idea. We could make this even more convenient by adding a JsonFormatter in the std library, i.e.
std.log.info("response is {}", .{std.json.fmt(response)});
Brilliant idea. We could make this even more convenient by adding a JsonFormatter in the std library, i.e.
std.log.info("response is {}", .{std.json.fmt(response)});