code4it-dev / blog-comments

https://www.code4it.dev/
1 stars 0 forks source link

blog/parse-jsonlines #21

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

How to parse JSON Lines (JSONL) with C# - Code4IT

JSONL is JSON's less famous sibling: it allows you to store JSON objects separating them with new line. We will learn how to parse a JSONL string with C#.

https://www.code4it.dev/blog/parse-jsonlines

szuke commented 2 years ago

Thanks for sharing this. Not only a Stack Overflow post, but quite an old one. Regardless, this was helpful. Thanks for sharing.