Global

Methods

getJsonContent() → {*}

Source:
Throws:
Error in case of invalid JSON
Returns:
Type
*

getJsonContentSafely() → {*|null}

Source:
Returns:
valid object or null if the content cannot be parsed as JSON
Type
* | null