loadJSON(from:)
Loads an evaluation result from a JSON file on disk.
Declaration
static func loadJSON(from url: URL) throws -> EvaluationResultParameters
- url:
The file URL from which to read the JSON data.
Return Value
The deserialized EvaluationResult.