Hi all, i am sending a request to the
https://uselessfacts.jsph.pl/api/v2/facts/random
using the zig http client, and following somewhat of this https://zig.news/nameless/coming-soon-to-a-zig-near-you-http-client-5b81 example.
I am just not sure how can i extract the text field, and how could i for example print it out to console.
I would say i need to use req.response.parser . but i am not sure how to exactly to "reach" the underlying value.
Thanks!