I would like to keep this to the point and not stray into server request and that stuff. If it cant be done fine.
I have found that loading json/jsobject like a js script <script>
file works but, i would like to try loading it dynamically upon request, sort of like a ajax request, without reloading the page.
My question, is. can i have have a hidden iframe load a page with the json files as script and pass the objects to the visible main page, if so, would i be able to make calls to refresh the iframe and get the new data, dynamically ?