Deserialize a json map
Json.parse(Map<String, dynamic> json, {bool strict = true}) : super() { parse(json, strict: strict); }