Function loadJSON(name: string | null, url: string): Asset<any> Load custom JSON data from url. param name - The asset name.param url - The resource url.returns The asset data.since v3000.0group Assets