❔ How to get specific fields from a Http GET request
I am working with a test API for learning purposes, I am using the following snippet to actually return the request body:
I get a response such as:
How could I go about getting a specific field from this output, such as the "name" or "images"?
I get a response such as:
How could I go about getting a specific field from this output, such as the "name" or "images"?