Maps
Cypher® supports the construction of maps.
|
For information about the property access operators |
Literal maps
The key names in a map must be literals.
If returned through an HTTP API call, a JSON object will be returned.
If returned in Java, an object of type java.util.Map<String,Object> will be returned.
Query
RETURN {key: 'Value', listKey: [{inner: 'Map1'}, {inner: 'Map2'}]} AS map
| map |
|---|
|
Rows: 1 |