encodeArgs

fun encodeArgs(args: TArgs): JsonObject(source)

Encodes the given arguments into a JSON representation.

Return

A JsonObject representing the encoded arguments.

Parameters

args

The arguments to be encoded.