skip

fun skip(data: Any?, keysToSkip: Set<String>): Any?

Skips specific keys in a given data structure.

Return

The processed data structure with the specified keys skipped.

Parameters

data

The data structure to be processed. Can be any type.

keysToSkip

The set of keys to be skipped.