Пример #1
0
        public static T GetModel <T>(string jsonPath)
        {
            var json = new JsonFile($"Resources.Environment.{EnvironmentUtil.GetCurrentEnvironment()}.testData.json", Assembly.GetCallingAssembly());

            return(json.GetValue <T>(jsonPath));
        }