How to print struct with strings

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)});
6 Likes