Yes, you can't read a full json file inside an app and convert it to a object because of memory limitations
Using jsonl you just read line by line and convert it
Yes, you can't read a full json file inside an app and convert it to a object because of memory limitations
Using jsonl you just read line by line and convert it
Got it. Thanks for the explainer!