<PackageReference Include="System.Text.Json" Version="10.0.0-preview.2.25163.2" />
ValueStringBuilder
public ref char this[
int index] {
get; }
public int Length {
get;
set; }
public void Append(
char c,
int count)
public void Insert(
int index,
char value,
int count)
public void Insert(
int index,
string s)
public bool TryCopyTo(
Span<
char>
destination,
out int charsWritten)