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

StackHelper

static class StackHelper
using System.Runtime.CompilerServices; namespace System.Text.Json { internal static class StackHelper { public static bool TryEnsureSufficientExecutionStack() { return RuntimeHelpers.TryEnsureSufficientExecutionStack(); } } }