1 2 3 4 5 6
using AamCsharp; using var doc = AamDocument.Parse("host = localhost\nport = 8080"); Console.WriteLine($"host={doc.Get("host")}");