Hi there.
I am trying to fetch a JSON-File (like in the Basic JSON and HTTP usage example) in my MainView.
But i don’t want to display it in my MainView but in another UX-File.
I just want to fetch this in the MainView to be ready after startup.
How can i access a JSON from a UX file, if it was fetched by another?