using System; namespace AllocsFixes.JSON { public abstract class JSONValue : JSONNode { } }