System.Runtime.InteropServices.JsonMarshal
namespace System.Runtime.InteropServices
{
public static class JsonMarshal
{
public static ReadOnlySpan<byte> GetRawUtf8Value(JsonElement element);
public static ReadOnlySpan<byte> GetRawUtf8PropertyName(JsonProperty property);
}
}