How to load nested json in neo4j

Hi @kushwah.raja1

Whenever a variable is mentioned with a '$' at its start, Neo4j interprets it as a parameter and hence in your query above as well, it expects $props is referring to a parameter 'props' and not to the variable mentioned on line 3 of your query.

Regarding loading nested data from json into Neo4j, check these-

Regards.

1 Like