Is TestNG a data driven framework?

Is TestNG a data driven framework?

TestNG Supports Data Driven Test cases using DataProvider tag ,Which feeds data as parameter for Test Annotated methods.You can have any source as your Test data provider like Excel sheet , CSV ,JSON .