Simple lightweight and fast Xaml Reader for A2v10.Platform.
$ dotnet add package A2v10.System.XamlA2v10.System.Xaml is a simple lightweight and fast Xaml Reader for A2v10.Platform.
The escape sequence ({}) is used so that an open brace ({) can be used as a literal character in XAML.
<Object Property="{} Literal" />
<Object>
<Object.Property>
{} Literal
</Object.Property>
</Object>
A2v10.System.Xaml is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.