argumentsAsJsonOrNull

fun argumentsAsJsonOrNull(json: Json = Json): JsonObject?

Decodes the arguments JSON string into a JsonObject. If arguments is null, the function will return null.

Parameters

json

The Json object to be used for decoding, defaults to a default Json instance