UIPageViewTest

Hi,

I am trying to implement a slide view system similar to what is found in the UIPageViewTest in the Testcpp app. The only thing I am hung up on is that this uses some sort of layout system. Layout is the class and I also notice that this pulls in data from a .json file. How do we generate this file? Is there an easier way to implement this system?

Thanks!