I am new to neo4j cypher.I have a few .json files that I copy to my DBMS's folder using python.
Once the .json files are in the folder, I'd like to create a node for each of the dictionaries inside of the json list files.
The cypher query shown below...