The JSON Lines File node is a document loader that processes JSON Lines (JSONL) files. It extracts specified data from each line of the file and converts it into document format for further processing in a language model pipeline.
{ "key": "value" }
, setting this to “key” will extract “value” as the page content.{ "source": "/source" }
will extract the value of the “source” key from each JSON object and add it to the metadata.