using System; namespace AllocsFixes.JSON { public abstract class JSONNode { public abstract override string ToString(); } }