A function signature for parsing raw JSON maps into strongly-typed models.
typedef JsonParser<T> = T Function(Map<String, dynamic> json);