Sort and use JsonSerializerContext

This commit is contained in:
2023-07-21 15:56:04 -07:00
parent 4bbcf04c1d
commit 23e45671c3
3 changed files with 55 additions and 29 deletions

View File

@ -14,6 +14,7 @@ internal abstract class MarkDown
{
List<string> results = new();
string afterTrim;
string[] segments;
string[] jsonLines = genealogicalDataCommunication.ToString().Split(Environment.NewLine);
foreach (string jsonLine in jsonLines)
{