Access JSON Key having asterisk

Hi,

I am accessing Wikipedia API through Cypher in which results returning have a property with asterisk(*) key. Due to which I am not be able to access that property. Please see code and result below:

I tried to access it like this(which was obviously not possible):

Please help me out how to get its value?

Thanks,
Mustafa

Hello @mjarij and welcome to the Neo4j community :slight_smile:

Try with:

RETURN link['*']

Regards,
Cobra

1 Like

Thanks @cobra it worked :slightly_smiling_face:

1 Like