JsonFlattener is a C# library that provides an easy way to flatten JSON objects or arrays into a flat list of key-value pairs. It supports various options, such as custom key delimiters, max depth, and removing indentation from nested objects. This library is built on top of System.Text.Json and is compatible with .NET Core.
$ dotnet add package CodeCapital.System.Text.JsonNo README available.