A function to parse a JsonMap from another JsonMap.
typedef ParseFuncMapType = FutureOr<JsonMap> Function(JsonMap);