Flatten Json Document
Converts a Json Object into a flat dictionary of property and values using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Text.Json; using System.Threading.Tasks; namespace ConsoleApp1 { public…
