Function loadJSON

  • This operation loads a JSON file from the specified url and assigns it to the json property on the current operation data.

    If the cache property is set to true and a cached value already exists, this is assigned instead of re-retrieving it from the url.

    Parameters

    Returns TOperationResult<ILoadJSONOperationData>

Generated using TypeDoc