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