Parses JSON string into Comment similarly to parse.
static Comment Function(String json) get parseJson => CommentMapper.container.fromJson<Comment>;