jsonParse function

dynamic jsonParse(
  1. dynamic json
)

Implementation

jsonParse(json) {
  return convert.jsonDecode(json);
}