This is a simple java project that convert multidimensional array to a single array. e.g. [[1,2,[3]],4] -> [1,2,3,4]