ToArray
ToArray( object )
ToArray( object )
to_array( object )
ToArray( object )
Description
The ToArray
function converts an Object to an Array,
if possible.
If conversion cannot be completed, for any reason, an "invalid argument" error is returned.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
Object |
The Object to convert to an Array. |
Examples
The following query uses ToArray
to convert an object into an array:
[[age 37] [name Dennis]]
[ [ 'name', 'Dennis' ], [ 'age', 37 ] ]
[['name', 'Dennis'], ['age', 37]]
[ [ 'name', 'Dennis' ], [ 'age', 37 ] ]
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!