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