JsonNameTable public abstract class JsonNameTable Base class for a table of atomized string objects. Documentation Code 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.