stringify function

String stringify(
  1. Object obj
)

Implementation

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