Skip to content

LayerOneMedia/JSONL-Examples

Repository files navigation

JSON Lines (JSONL) Examples

Brief background on JSONL

Information and examples of the format can be found here.

TLDR; JSON Lines aka JSONL aka new-line delimited JSON, is a format to store structured format that is designed to be consumed line by line.

Examples

In this repo there are 3 projects of note:

  1. JSONL.Writer
  2. JSONL.Reader
  3. JSONL.Reader.NewtonSoft

JSONL.Writer

This command line application is an example of writing a JSONL file using the out of the box tooling of System.Text.Json.

JSONL.Reader

This command line application is an example of reading a JSONL file using System.Text.Json.

JSONL.Reader.NewtonSoft

This command line application is an example of reading a JSONL file using Newtonsoft.Json.

About

C# .NET 6 implementation of writing and reading JSONL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages