JSONL appears to be growing in popularity (especially with AI related projects).
EasyMorph might benefit from supporting this format.
It’s basically just a collection of JSON objects (one per line).
In the meantime, I was able to use the existing JSON parser through the Iterate action and accomplish the same goal.
Leaving this sample project here in case other EasyMorphers needs to read JSONL data.
parse_JSONL.morph (24.1 KB)