dump method

dynamic dump()

Implementation

dump() {
  zprint(jsonEncode(_dataMap));
}