How to create a page in Gatsby from JSON file?

I am trying to create a page dynamically in Gatsby using JSON file. In that file, I am defining the components that should be rendered in the page. I followed the documentation of Gatsby, however,...