pub fn parse_kel_json(json: &str) -> Result<Vec<Event>, ValidationError>
Parse a KEL from a JSON string.
Args:
json