Open utterances-bot opened 2 years ago
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
Thanks for sharing this. Not only a Stack Overflow post, but quite an old one. Regardless, this was helpful. Thanks for sharing.
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