eligius
    Preparing search index...

    Variable loadJsonConst

    loadJson: TOperation<
        ILoadJSONOperationData,
        Omit<ILoadJSONOperationData, "url" | "cache">,
    > = ...

    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.