formatJson static method

dynamic formatJson(
  1. String value
)

Implementation

static dynamic formatJson(String value) => jsonDecode(value);