add nextflow d30e48d
This commit is contained in:
4
nextflow/docs/snippets/splitjson-object.nf
Normal file
4
nextflow/docs/snippets/splitjson-object.nf
Normal file
@@ -0,0 +1,4 @@
|
||||
// Example with a JSON object
|
||||
channel.of('{"A": 1, "B": [1, 2, 3], "C": {"D": null}}')
|
||||
.splitJson()
|
||||
.view { v -> "Item: ${v}" }
|
||||
Reference in New Issue
Block a user