public static function has($key) { self::$json = json_decode(Env::v('json')); return isset(self::$json->{$key}); }