Helper for loading JSON files, it will also work during optimization (wrapping JSON files into a `define` call).
If you want to load JSONP data use the `async` plugin instead.
You can set the flag `!bust`
to prevent caching the JSON response, it will append a query argument "bust=RANDOM_INTEGER"
to the URI.