json property

dynamic json

Implementation

dynamic get json {
  return jsonDecode(this);
}