Creates a StacTable from a JSON map.
factory StacTable.fromJson(Map<String, dynamic> json) => _$StacTableFromJson(json);