Connect these docs to Claude, VSCode, and more via MCP for real-time answers.
Jsonlines files - integration
Integrate with the Jsonlines files - document loader using LangChain JavaScript.
This example goes over how to load data from JSONLines or JSONL files. The second argument is a JSONPointer to the property to extract from each JSON object in the file. One document will be created for each JSON object in the file.
Example JSONLines file:
Example code:

