Hi Everyone! My API call is returning a null value for the JSON body but I'm getting back a 200.
When we go into the raw body, this is where we see the output, it's NDJSON I believe. For context, the API call is to a product called wordware.ai. This is what the raw body looks like...
I'm most interested in the last line 103, but it's a meat one (most of the response is web scraped content) where what I'm most interested in is at the bottom of this line.
Here's the bottom of line 103, I want to split in the new lines (/n) then take the last chunk and parse JSON from it.