parse function

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

Implementation

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