🛠Loads a JSON file from the specified url.
Using await to get the loaded JSON object or array is recommended.
await
JSON file
an object or array containing the loaded JSON
🛠Loads a JSON file from the specified url.
Using
awaitto get the loaded JSON object or array is recommended.