While porting over a code fragment from python I've stumbled over a trivial problem:
if isinstance(v['content'], dict):
What would be the most elegant way to port this over to groovy?
While porting over a code fragment from python I've stumbled over a trivial problem:
if isinstance(v['content'], dict):
What would be the most elegant way to port this over to groovy?