parseJson function

dynamic parseJson(
  1. String text
)

Implementation

parseJson(String text) => compute(_parseAndDecode, text);