json method

JSAny? json()

@AvailableInWorkers("service")

The json() method of the PushMessageData interface extracts push message data by parsing it as a JSON string and returning the result.

Implementation

external JSAny? json();