<PackageReference Include="System.Text.Json" Version="11.0.0-rc.1.26425.128" />
System.Text.Json.Serialization.ValueBitArray
public bool this[
int index] {
get;
set; }
public ValueBitArray(
int bitCount,
Span<
ulong>
stackBuffer,
ulong initialWordValue =
0)