const JSON_Widget({ Key? key, required this.data, required this.apiURL, this.filterFields = const [] }) : super(key: key);