destinationField

@JvmName(name = "wgharqfgnlouysxh")
suspend fun destinationField(value: Output<JsonMapperDestinationFieldArgs>)
@JvmName(name = "xskysbrfmsrermvx")
suspend fun destinationField(value: JsonMapperDestinationFieldArgs?)

Parameters

value

Define a destination field to which the parsed output will be written. The output is a map, it's keys is the given keys array and the matching values are the parsed json array elements.


@JvmName(name = "jasuftjwdsdelmss")
suspend fun destinationField(argument: suspend JsonMapperDestinationFieldArgsBuilder.() -> Unit)

Parameters

argument

Define a destination field to which the parsed output will be written. The output is a map, it's keys is the given keys array and the matching values are the parsed json array elements.