using System; namespace LitJson { internal delegate object ImporterFunc(object input); }