4 lines
118 B
Plaintext
4 lines
118 B
Plaintext
// Example with a JSON array
|
|
channel.of('[1, null, ["A", {}], true]')
|
|
.splitJson()
|
|
.view { v -> "Item: ${v}" } |