parseJson function

dynamic parseJson(
  1. String text
)

Implementation

parseJson(String text) {
  return compute(_parseAndDecode, text);
}