How to pretty print structures containing string?

I see there is a similar post here: How to print struct with strings - #10 by marler8997

We can use this

std.log.info("response is {}", .{std.json.fmt(response)});
7 Likes