namespace LitJson { internal delegate object ImporterFunc(object input); public delegate TValue ImporterFunc(TJson input); }