Parse a HAR document (as a JSON string) into a validated HarLog.
Throws HarParseError if the input is not valid JSON or has no recognizable log.entries array. Individual malformed entries are skipped.
log.entries
Parse a HAR document (as a JSON string) into a validated HarLog.
Throws HarParseError if the input is not valid JSON or has no recognizable
log.entriesarray. Individual malformed entries are skipped.