putJsonArray
Adds a custom metadata field with a JsonArray value using a DSL builder.
Example:
putJsonArray("tags") {
add("important")
add("urgent")
}Content copied to clipboard
Parameters
key
The metadata field name
builderAction
Lambda for building the JsonArray