Data-flo
Data-flo
Source Code
CGPS
Search…
Data-flo Documentation
Adaptors
Dataflows
Data Types
Boolean
Datatable
File
Graph
Integer
List
Map
Number
Text
Getting Started Tutorial
API Documentation
Adaptors
Dataflows
Transformations
Powered By
GitBook
List
The
List
data type represents an ordered collection of other data types.
Examples
`list` argument of the "List element" adaptor
The "List Element" adaptor accepts a
List
for the
list
argument.
Internal Structure
list.json
1
[
2
'A'
,
3
'B'
,
4
'C'
5
]
Copied!
Previous
Integer
Next
Map
Last modified
1d ago
Copy link
Contents
Examples
Internal Structure