Return an entry from a neo4j map.
Note that the result is undefined if the value is not of type NEO4J_MAP.
@param value The neo4j map. @param index The index of the entry to return. @return The entry at the specified index, or NULL if the index is too large.
See Implementation
Return an entry from a neo4j map.
Note that the result is undefined if the value is not of type NEO4J_MAP.
@param value The neo4j map. @param index The index of the entry to return. @return The entry at the specified index, or NULL if the index is too large.