<PackageReference Include="System.Text.Json" Version="9.0.3" />

HexConverter

static class HexConverter
using System.Text.Json; using System.Text.Json; namespace System.Runtime.InteropServices { public static class JsonMarshal { public static ReadOnlySpan<byte> GetRawUtf8Value(JsonElement element) { return element.GetRawValue().Span; } } }