How do we parse jsonl content? Is there any serial...
# getting-started
y
How do we parse jsonl content? Is there any serialization libraries for this ?
j
Kotlinx-serialization
y
Can anyone please provide any y documentation links for jsonl parsing
You will find all the docs after visiting above link
y
thanks. However, I don’t see any example for JSONL format.. (not JSON)
k
For JSONL you should be able to use decodeToSequence though I've never used it myself.