parse function

  1. @JS('JSON.parse')
dynamic parse(
  1. String str
)

Implementation

@JS('JSON.parse')
external dynamic parse(String str);