cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Access JSON Key having asterisk

mjarij
Node Link

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

1 ACCEPTED SOLUTION

Hello @mjarij and welcome to the Neo4j community

Try with:

RETURN link['*']

Regards,
Cobra

View solution in original post

2 REPLIES 2

Hello @mjarij and welcome to the Neo4j community

Try with:

RETURN link['*']

Regards,
Cobra