<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />

JsonNameTable

public abstract class JsonNameTable
Base class for a table of atomized string objects.
protected JsonNameTable()

public abstract string Get(char[] key, int start, int length)

Gets a string containing the same characters as the specified range of characters in the given array.