OnJson typedef

OnJson = dynamic Function(JsonMap json)

Implementation

typedef OnJson = Function(JsonMap json);