using System.Collections;
public static void Main()
typeof(ChoCSVReader).GetAssemblyVersion().Print();
typeof(ChoJSONReader).GetAssemblyVersion().Print();
using (var r = ChoJSONReader.LoadText(json)
using (var w = new ChoCSVWriter(Console.Out)
.Configure(c => c.UseNestedKeyFormat = true)
.Configure(c => c.ThrowAndStopOnMissingField = false)
foreach (dynamic entry in rec.entry)
foreach (dynamic item in entry.resource.testtension)
item.value = new string[] { item.value };
.FlattenBy(new string[] { "entry", "resource", "testtension" }).ToArray();
""testUrl"": ""https://"",
""resourceType"": ""test"",
""birthDate"": ""1925-01-01"",
""YearUpdated"": ""2024""
""testUrl"": ""https://"",
""resourceType"": ""test"",
""firstname"": ""hello"",
""birthDate"": ""1925-01-01"",
""YearUpdated"": ""2024""
""testUrl"": ""https://"",
""resourceType"": ""test"",
""birthDate"": ""1925-01-01"",
""YearUpdated"": ""2024""
""testUrl"": ""https://"",
""resourceType"": ""test"",
""firstname"": ""hello"",
""birthDate"": ""1925-01-01"",
""YearUpdated"": ""2024""