Parsing Newline Delimited JSON (NDJSON) from API Call

Database & APIs

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.

What have you tried so far?
  • Web interpreter custom code, but not sure what that could look like?

  • Not getting anything back for JSON path

Did you check FlutterFlow's Documentation for this topic?
Yes
1