parse function

  1. @JS('JSON.parse')
Object parse(
  1. String obj
)

Implementation

@JS('JSON.parse')
external Object parse(String obj);