SwiftUI JSON list navigation

Hello, I have a swiftUI program that uses three views based on previous selections to navigate. I am populating them with a JSON file and was wondering how i can include a "destination view" attribute in the JSON file to open up the next view and populate it

The three views are: list, number pad, keyboard. Each item on the list will send the user to a different view. The order of lists should go on indefinitely