Test for a container
lib callCapy
function is_array(value : dval) bool
Description
is_array(value) returns true when a value is a map or list.
Parameters
value : value to test
Return Values
true for a map or list.
Example
Capy
print(is_array(dval({"name": "Ada"})), "\n")