Contents

loadJSON(from:)

Loads an evaluation result from a JSON file on disk.

Declaration

static func loadJSON(from url: URL) throws -> EvaluationResult

Parameters

  • url:

    The file URL from which to read the JSON data.

Return Value

The deserialized EvaluationResult.

See Also

Saving and loading results