Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Transform ¶
Transform applies a transformation function to the value at the given path. The transformation function takes 3 parameters:
- the container object (will be either map[string]any or []any)
- the key within the container (will be either string or int depending on the container type)
- the value itself
The transformation function should return the new value to be set at the same path.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.